Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/comments.php
r44562 r47122 58 58 </ol><!-- .commentlist --> 59 59 60 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through?>60 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 61 61 <nav id="comment-nav-below" class="navigation" role="navigation"> 62 62 <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'twentytwelve' ); ?></h1> … … 64 64 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentytwelve' ) ); ?></div> 65 65 </nav> 66 <?php endif; // check for comment navigation?>66 <?php endif; // Check for comment navigation. ?> 67 67 68 68 <?php 69 /* If there are no comments and comments are closed, let's leave a note. 69 /* 70 * If there are no comments and comments are closed, let's leave a note. 70 71 * But we only want the note on posts and pages that had comments in the first place. 71 72 */
Note: See TracChangeset
for help on using the changeset viewer.