Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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/tests/phpunit/tests/query/dateQuery.php

    r46586 r47122  
    2424            $args,
    2525            array(
    26                 'post_status'            => 'any', // For the future post
    27                 'posts_per_page'         => '-1',  // To make sure results are accurate
    28                 'orderby'                => 'ID',  // Same order they were created
     26                'post_status'            => 'any', // For the future post.
     27                'posts_per_page'         => '-1',  // To make sure results are accurate.
     28                'orderby'                => 'ID',  // Same order they were created.
    2929                'order'                  => 'ASC',
    3030                'update_post_meta_cache' => false,
Note: See TracChangeset for help on using the changeset viewer.