Skip to content

Commit dab4689

Browse files
committed
Add title for mu-plugins.
1 parent 2c18453 commit dab4689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ protected function get_all_items() {
242242
'update_package' => null,
243243
'version' => $mu_version,
244244
'update_id' => '',
245-
'title' => '',
245+
'title' => Utils\get_plugin_name( $file ),
246246
'description' => '',
247247
'file' => $file,
248248
);

0 commit comments

Comments
 (0)