Don't sort the plugin name column. It doesn't stick between actions and is quite useless, so out it goes. fixes #16322.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-01-20 22:09:46 +00:00
parent cda05de396
commit 7061e7efe0
1 changed files with 1 additions and 3 deletions

View File

@ -188,9 +188,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
}
function get_sortable_columns() {
return array(
'name' => 'name',
);
return array();
}
function display_tablenav( $which ) {