Changeset 51967 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/comments.php
r51157 r51967 59 59 60 60 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 61 <nav id="comment-nav-below" class="navigation" role="navigation">61 <nav id="comment-nav-below" class="navigation"> 62 62 <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'twentytwelve' ); ?></h1> 63 63 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentytwelve' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.