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/src/wp-content/themes/twentynineteen/comments.php

    r46827 r47122  
    5757        </h2><!-- .comments-title -->
    5858        <?php
    59             // Only show discussion meta information when comments are open and available.
     59        // Only show discussion meta information when comments are open and available.
    6060        if ( have_comments() && comments_open() ) {
    6161            get_template_part( 'template-parts/post/discussion', 'meta' );
     
    8686        <?php
    8787
    88         // Show comment navigation
     88        // Show comment navigation.
    8989        if ( have_comments() ) :
    9090            $prev_icon     = twentynineteen_get_icon_svg( 'chevron_left', 22 );
Note: See TracChangeset for help on using the changeset viewer.