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

    r46586 r47122  
    1212
    1313        $inputs   = array(
    14             'howdy%', //Single Percent
    15             'howdy_', //Single Underscore
    16             'howdy\\', //Single slash
    17             'howdy\\howdy%howdy_', //The works
     14            'howdy%',              // Single percent.
     15            'howdy_',              // Single underscore.
     16            'howdy\\',             // Single slash.
     17            'howdy\\howdy%howdy_', // The works.
    1818        );
    1919        $expected = array(
Note: See TracChangeset for help on using the changeset viewer.