Changeset 16157
- Timestamp:
- 11/02/2010 09:23:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-sites-list-table.php
r16137 r16157 38 38 if ( !$s && ( get_blog_count() >= 10000 ) ) { 39 39 if ( !isset($_REQUEST['orderby']) ) 40 $_GET['orderby'] = $_REQUEST['orderby'] = ' registered';40 $_GET['orderby'] = $_REQUEST['orderby'] = 'id'; 41 41 if ( !isset($_REQUEST['order']) ) 42 42 $_GET['order'] = $_REQUEST['order'] = 'DESC';
Note: See TracChangeset
for help on using the changeset viewer.