Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r29137 r29206  
    4141        }
    4242
    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         */
    4548        if ( !$usersearch && wp_is_large_network( 'users' ) ) {
    4649            if ( !isset($_REQUEST['orderby']) )
Note: See TracChangeset for help on using the changeset viewer.