Changeset 51967 for trunk/src/wp-content/themes/twentyfourteen/comments.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r45932 r51967 47 47 48 48 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 49 <nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">49 <nav id="comment-nav-above" class="navigation comment-navigation"> 50 50 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> 51 51 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyfourteen' ) ); ?></div> … … 67 67 68 68 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 69 <nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">69 <nav id="comment-nav-below" class="navigation comment-navigation"> 70 70 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> 71 71 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyfourteen' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.