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/tests/phpunit/tests/query/date.php

    r46586 r47122  
    5656            $args,
    5757            array(
    58                 'post_status'    => 'any', // For the future post
    59                 'posts_per_page' => '-1',  // To make sure results are accurate
    60                 'orderby'        => 'ID',  // Same order they were created
     58                'post_status'    => 'any', // For the future post.
     59                'posts_per_page' => '-1',  // To make sure results are accurate.
     60                'orderby'        => 'ID',  // Same order they were created.
    6161                'order'          => 'ASC',
    6262            )
     
    295295        $posts    = $this->_get_query_result(
    296296            array(
    297                 'm' => array( '1234' ), // ignored
     297                'm' => array( '1234' ), // Ignored.
    298298            )
    299299        );
Note: See TracChangeset for help on using the changeset viewer.