Changeset 19960 for trunk/wp-content/themes/twentytwelve/comments.php
- Timestamp:
- 02/21/2012 06:34:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/comments.php
r19842 r19960 37 37 38 38 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 39 <nav id="comment-nav-above" >39 <nav id="comment-nav-above" role="navigation"> 40 40 <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'twentytwelve' ); ?></h1> 41 41 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentytwelve' ) ); ?></div> … … 49 49 50 50 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 51 <nav id="comment-nav-below" >51 <nav id="comment-nav-below" role="navigation"> 52 52 <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'twentytwelve' ); ?></h1> 53 53 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentytwelve' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.