Make WordPress Core


Ignore:
Timestamp:
11/02/2010 09:23:26 PM (14 years ago)
Author:
ryan
Message:

Default to id since registered doesn't have an index. see #15170

File:
1 edited

Legend:

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

    r16137 r16157  
    3838        if ( !$s && ( get_blog_count() >= 10000 ) ) {
    3939            if ( !isset($_REQUEST['orderby']) )
    40                 $_GET['orderby'] = $_REQUEST['orderby'] = 'registered';
     40                $_GET['orderby'] = $_REQUEST['orderby'] = 'id';
    4141            if ( !isset($_REQUEST['order']) )
    4242                $_GET['order'] = $_REQUEST['order'] = 'DESC';
Note: See TracChangeset for help on using the changeset viewer.