- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r53308 r55276 58 58 ?> 59 59 <nav class="navigation paging-navigation"> 60 <h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'twentyfourteen' ); ?></h1> 60 <h1 class="screen-reader-text"> 61 <?php 62 /* translators: Hidden accessibility text. */ 63 _e( 'Posts navigation', 'twentyfourteen' ); 64 ?> 65 </h1> 61 66 <div class="pagination loop-pagination"> 62 67 <?php echo $links; ?> … … 85 90 ?> 86 91 <nav class="navigation post-navigation"> 87 <h1 class="screen-reader-text"><?php _e( 'Post navigation', 'twentyfourteen' ); ?></h1> 92 <h1 class="screen-reader-text"> 93 <?php 94 /* translators: Hidden accessibility text. */ 95 _e( 'Post navigation', 'twentyfourteen' ); 96 ?> 97 </h1> 88 98 <div class="nav-links"> 89 99 <?php
Note: See TracChangeset
for help on using the changeset viewer.