Make WordPress Core


Ignore:
Timestamp:
01/20/2011 10:09:46 PM (16 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugins-list-table.php

    r17322 r17338  
    189189
    190190        function get_sortable_columns() {
    191                 return array(
    192                         'name' => 'name',
    193                 );
     191                return array();
    194192        }
    195193
Note: See TracChangeset for help on using the changeset viewer.