Rename action to 'manage_plugins_custom_column' to be consistent with other screens. See #15318

git-svn-id: https://develop.svn.wordpress.org/trunk@16349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-13 17:01:57 +00:00
parent 21bef0ad36
commit 7d32a98787

View File

@ -441,7 +441,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
break;
default:
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>";
}
}