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

    r46586 r47122  
    2929        $this->assertTrue( $result );
    3030
    31         // verify that the new values were stored
     31        // Verify that the new values were stored.
    3232        $user_data = get_userdata( $subscriber_id );
    3333        $this->assertEquals( $new_data['first_name'], $user_data->first_name );
Note: See TracChangeset for help on using the changeset viewer.