Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 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-includes/class-wp-site-query.php

    r46586 r47122  
    199199                        'search_columns'         => array(),
    200200                        'count'                  => false,
    201                         'date_query'             => null, // See WP_Date_Query
     201                        'date_query'             => null, // See WP_Date_Query.
    202202                        'update_site_cache'      => true,
    203203                        'update_site_meta_cache' => true,
Note: See TracChangeset for help on using the changeset viewer.