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/formatting/ent2ncr.php

    r46586 r47122  
    2222        $data_provided = array();
    2323        foreach ( $entities as $line ) {
    24             // comment
     24            // Comment.
    2525            $commentpos = strpos( $line, '###' );
    2626            if ( false !== $commentpos ) {
Note: See TracChangeset for help on using the changeset viewer.