Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

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

    r47059 r47122  
    9494                $args = apply_filters( 'users_list_table_query_args', $args );
    9595
    96                 // Query the user IDs for this page
     96                // Query the user IDs for this page.
    9797                $wp_user_search = new WP_User_Query( $args );
    9898
Note: See TracChangeset for help on using the changeset viewer.