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/mw/newPost.php

    r46586 r47122  
    134134        $this->make_user_by_role( 'author' );
    135135
    136         // create attachment
     136        // Create attachment.
    137137        $filename      = ( DIR_TESTDATA . '/images/a2-small.jpg' );
    138138        $attachment_id = self::factory()->attachment->create_upload_object( $filename );
Note: See TracChangeset for help on using the changeset viewer.