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/pomo/translationEntry.php

    r46586 r47122  
    77
    88    function test_create_entry() {
    9         // no singular => empty object
     9        // No singular => empty object.
    1010        $entry = new Translation_Entry();
    1111        $this->assertNull( $entry->singular );
    1212        $this->assertNull( $entry->plural );
    1313        $this->assertFalse( $entry->is_plural );
    14         // args -> members
     14        // args -> members.
    1515        $entry = new Translation_Entry(
    1616            array(
Note: See TracChangeset for help on using the changeset viewer.