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:
scribu 2010-11-13 17:01:57 +00:00
parent c37e363bc8
commit 59ccc3815c
1 changed files with 1 additions and 1 deletions

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>";
}
}