mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Rename action to 'manage_plugins_custom_column' to be consistent with other screens. See #15318
git-svn-id: http://svn.automattic.com/wordpress/trunk@16349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c37e363bc8
commit
59ccc3815c
@ -441,7 +441,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
echo "<td class='$column_name'$style>";
|
echo "<td class='$column_name'$style>";
|
||||||
do_action( 'manage_plugin_custom_column', $column_name, $plugin_file, $plugin_data );
|
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user