Changeset 55276 for trunk/src/wp-content/themes/twentyfourteen/comments.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r51967 r55276 48 48 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 49 49 <nav id="comment-nav-above" class="navigation comment-navigation"> 50 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> 50 <h1 class="screen-reader-text"> 51 <?php 52 /* translators: Hidden accessibility text. */ 53 _e( 'Comment navigation', 'twentyfourteen' ); 54 ?> 55 </h1> 51 56 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyfourteen' ) ); ?></div> 52 57 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyfourteen' ) ); ?></div> … … 68 73 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> 69 74 <nav id="comment-nav-below" class="navigation comment-navigation"> 70 <h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1> 75 <h1 class="screen-reader-text"> 76 <?php 77 /* translators: Hidden accessibility text. */ 78 _e( 'Comment navigation', 'twentyfourteen' ); 79 ?> 80 </h1> 71 81 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyfourteen' ) ); ?></div> 72 82 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyfourteen' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.