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/xmlrpc/wp/getComments.php

    r46586 r47122  
    7777        $this->assertNotIXRError( $results );
    7878
    79         // if no 'number' filter is specified, default should be 10
     79        // If no 'number' filter is specified, default should be 10.
    8080        $this->assertCount( 10, $results );
    8181
Note: See TracChangeset for help on using the changeset viewer.