Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 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-sites-list-table.php

    r29166 r29206  
    3939        }
    4040
    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         */
    4345        if ( !$s && wp_is_large_network() ) {
    4446            if ( !isset($_REQUEST['orderby']) )
Note: See TracChangeset for help on using the changeset viewer.