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/includes/trac.php

    r46586 r47122  
    3434                }
    3535            } else {
    36                 $tickets = substr( $tickets, 2 ); // remove 'id' column header
     36                $tickets = substr( $tickets, 2 ); // Remove 'id' column header.
    3737                $tickets = trim( $tickets );
    3838                file_put_contents( $file, $tickets );
Note: See TracChangeset for help on using the changeset viewer.