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/canonical/category.php

    r46586 r47122  
    3131
    3232    public function data_canonical_category() {
    33         /* Data format:
     33        /*
     34         * Data format:
    3435         * [0]: Test URL.
    35          * [1]: expected results: Any of the following can be used
     36         * [1]: Expected results: Any of the following can be used.
    3637         *      array( 'url': expected redirection location, 'qv': expected query vars to be set via the rewrite AND $_GET );
    3738         *      array( expected query vars to be set, same as 'qv' above )
Note: See TracChangeset for help on using the changeset viewer.