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

    r46586 r47122  
    7979        $this->assertEquals( $result, $term );
    8080
    81         // Check DataTypes
     81        // Check data types.
    8282        $this->assertInternalType( 'string', $result['name'] );
    8383        $this->assertInternalType( 'string', $result['slug'] );
     
    9292        $this->assertStringMatchesFormat( '%d', $result['parent'] );
    9393
    94         // Check Data
     94        // Check data.
    9595        $this->assertEquals( 0, $result['count'] );
    9696        $this->assertEquals( $term['name'], $result['name'] );
Note: See TracChangeset for help on using the changeset viewer.