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: https://develop.svn.wordpress.org/trunk@17338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-01-20 22:09:46 +00:00
parent acd01861fb
commit 28e3e0a809
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 ) {