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:
parent
acd01861fb
commit
28e3e0a809
@ -188,9 +188,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_sortable_columns() {
|
function get_sortable_columns() {
|
||||||
return array(
|
return array();
|
||||||
'name' => 'name',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function display_tablenav( $which ) {
|
function display_tablenav( $which ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user