- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r29166 r29206 39 39 } 40 40 41 // If the network is large and a search is not being performed, show only the latest blogs with no paging in order 42 // to avoid expensive count queries. 41 /* 42 * If the network is large and a search is not being performed, show only 43 * the latest blogs with no paging in order to avoid expensive count queries. 44 */ 43 45 if ( !$s && wp_is_large_network() ) { 44 46 if ( !isset($_REQUEST['orderby']) )
Note: See TracChangeset
for help on using the changeset viewer.