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