Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 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/dependencies.php

    r46586 r47122  
    1414                $this->assertInstanceOf( '_WP_Dependency', $dep->query( 'two' ) );
    1515
    16                 //Cannot reuse names
     16                // Cannot reuse names.
    1717                $this->assertFalse( $dep->add( 'one', '' ) );
    1818        }
Note: See TracChangeset for help on using the changeset viewer.