Changeset 47122 for trunk/src/wp-content/themes/twentyeleven/comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/comments.php
r44574 r47122 49 49 </h2> 50 50 51 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through?>51 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 52 52 <nav id="comment-nav-above"> 53 53 <h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1> … … 55 55 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div> 56 56 </nav> 57 <?php endif; // check for comment navigation?>57 <?php endif; // Check for comment navigation. ?> 58 58 59 59 <ol class="commentlist"> … … 70 70 </ol> 71 71 72 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through?>72 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 73 73 <nav id="comment-nav-below"> 74 74 <h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1> … … 76 76 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div> 77 77 </nav> 78 <?php endif; // check for comment navigation?>78 <?php endif; // Check for comment navigation. ?> 79 79 80 80 <?php
Note: See TracChangeset
for help on using the changeset viewer.