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/option/slashes.php

    r46586 r47122  
    99    function setUp() {
    1010        parent::setUp();
    11         // it is important to test with both even and odd numbered slashes as
    12         // kses does a strip-then-add slashes in some of its function calls
     11        // It is important to test with both even and odd numbered slashes,
     12        // as KSES does a strip-then-add slashes in some of its function calls.
    1313        $this->slash_1 = 'String with 1 slash \\';
    1414        $this->slash_2 = 'String with 2 slashes \\\\';
Note: See TracChangeset for help on using the changeset viewer.