Changeset 23673 for trunk/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 03/12/2013 05:44:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/comments.php
r23452 r23673 39 39 ?> 40 40 <nav class="navigation comment-navigation" role="navigation"> 41 <h1 class=" assistive-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1>41 <h1 class="screen-reader-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1> 42 42 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentythirteen' ) ); ?></div> 43 43 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentythirteen' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.