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/getPage.php

    r46586 r47122  
    4646        $this->assertNotIXRError( $result );
    4747
    48         // Check data types
     48        // Check data types.
    4949        $this->assertInternalType( 'string', $result['userid'] );
    5050        $this->assertInternalType( 'int', $result['page_id'] );
     
    7272        $post_data = get_post( self::$post_id );
    7373
    74         // Check expected values
     74        // Check expected values.
    7575        $this->assertStringMatchesFormat( '%d', $result['userid'] );
    7676        $this->assertEquals( 'future', $result['page_status'] );
Note: See TracChangeset for help on using the changeset viewer.