Changeset 55276 for trunk/src/wp-content/themes/twentythirteen/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/twentythirteen/comments.php
r51967 r55276 58 58 ?> 59 59 <nav class="navigation comment-navigation"> 60 <h1 class="screen-reader-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1> 60 <h1 class="screen-reader-text section-heading"> 61 <?php 62 /* translators: Hidden accessibility text. */ 63 _e( 'Comment navigation', 'twentythirteen' ); 64 ?> 65 </h1> 61 66 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentythirteen' ) ); ?></div> 62 67 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentythirteen' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.