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

    r46586 r47122  
    3636        $this->assertInternalType( 'array', $result );
    3737
    38         // verify that pages is in the result, and post is not
     38        // Verify that page is in the result, and post is not.
    3939        $result_names = wp_list_pluck( $result, 'name' );
    4040        $this->assertContains( 'page', $result_names );
Note: See TracChangeset for help on using the changeset viewer.