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

    r46586 r47122  
    3939                'post_content' => 'Edit 1',
    4040            )
    41         ); // Create the initial revision
     41        ); // Create the initial revision.
    4242
    4343        $result = $this->myxmlrpcserver->wp_getRevisions( array( 1, 'editor', 'editor', $post_id ) );
Note: See TracChangeset for help on using the changeset viewer.