Make WordPress Core


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

    r44562 r47122  
    6262        <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentythirteen' ) ); ?></div>
    6363        </nav><!-- .comment-navigation -->
    64         <?php endif; // Check for comment navigation ?>
     64        <?php endif; // Check for comment navigation. ?>
    6565
    6666        <?php if ( ! comments_open() && get_comments_number() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.