- Timestamp:
- 10/28/2014 09:02:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r30046 r30072 35 35 ?> 36 36 <nav class="navigation pagination" role="navigation"> 37 <h 1 class="screen-reader-text"><?php esc_html_e( 'Posts navigation', 'twentyfifteen' ); ?></h1>37 <h2 class="screen-reader-text"><?php esc_html_e( 'Posts navigation', 'twentyfifteen' ); ?></h2> 38 38 <div class="nav-links"> 39 39 <?php echo $links; ?> … … 72 72 ?> 73 73 <nav class="navigation post-navigation" role="navigation"> 74 <h 1 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'twentyfifteen' ); ?></h1>74 <h2 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'twentyfifteen' ); ?></h2> 75 75 <div class="nav-links"> 76 76 <?php … … 99 99 ?> 100 100 <nav class="navigation comment-navigation" role="navigation"> 101 <h 1 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'twentyfifteen' ); ?></h1>101 <h2 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'twentyfifteen' ); ?></h2> 102 102 <div class="nav-links"> 103 103 <?php
Note: See TracChangeset
for help on using the changeset viewer.