mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Don't sort plugin descriptions column. Make on state for sortable columns black, not the typical link orange. fixes #15224.
git-svn-id: https://develop.svn.wordpress.org/trunk@15981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -191,7 +191,6 @@ class WP_Plugins_Table extends WP_List_Table {
|
||||
function get_sortable_columns() {
|
||||
return array(
|
||||
'name' => 'name',
|
||||
'description' => 'description',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user