Changeset 51967 for trunk/src/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/comments.php
r51157 r51967 57 57 if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : 58 58 ?> 59 <nav class="navigation comment-navigation" role="navigation">59 <nav class="navigation comment-navigation"> 60 60 <h1 class="screen-reader-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1> 61 61 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentythirteen' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.