Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 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/comment/wpListComments.php

    r46586 r47122  
    2828                $this->go_to( get_permalink( $p ) );
    2929
    30                 // comments_template() populates $wp_query->comments
     30                // comments_template() populates $wp_query->comments.
    3131                get_echo( 'comments_template' );
    3232
     
    6666                $this->go_to( get_permalink( $p ) );
    6767
    68                 // comments_template() populates $wp_query->comments
     68                // comments_template() populates $wp_query->comments.
    6969                get_echo( 'comments_template' );
    7070
     
    104104                $this->go_to( get_permalink( $p ) );
    105105
    106                 // comments_template() populates $wp_query->comments
     106                // comments_template() populates $wp_query->comments.
    107107                get_echo( 'comments_template' );
    108108
     
    196196                $this->go_to( get_permalink( $p ) );
    197197
    198                 // comments_template() populates $wp_query->comments
     198                // comments_template() populates $wp_query->comments.
    199199                get_echo( 'comments_template' );
    200200
     
    244244                $this->go_to( get_permalink( $p ) );
    245245
    246                 // comments_template() populates $wp_query->comments
     246                // comments_template() populates $wp_query->comments.
    247247                get_echo( 'comments_template' );
    248248
Note: See TracChangeset for help on using the changeset viewer.