Changeset 43571 for trunk/src/wp-content/themes/twentyfourteen/comments.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r42343 r43571 46 46 </h2> 47 47 48 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>48 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 49 49 <nav id="comment-nav-above" class="navigation comment-navigation" role="navigation"> 50 50 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> … … 66 66 </ol><!-- .comment-list --> 67 67 68 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>68 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 69 69 <nav id="comment-nav-below" class="navigation comment-navigation" role="navigation"> 70 70 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> … … 74 74 <?php endif; // Check for comment navigation. ?> 75 75 76 <?php if ( ! comments_open() ) : ?>76 <?php if ( ! comments_open() ) : ?> 77 77 <p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfourteen' ); ?></p> 78 78 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.