Switch "navigation-" back to "-navigation"
Original edit not needed for `[class*="navigation"]` selector. Matches other class/id navigation naming conventions.
This commit is contained in:
parent
d480e820c3
commit
31331b4b64
4 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ if ( post_password_required() )
|
|||
</h2>
|
||||
|
||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
||||
<nav id="comment-nav-above" class="navigation-comment" role="navigation">
|
||||
<nav id="comment-nav-above" class="comment-navigation" role="navigation">
|
||||
<h1 class="screen-reader-text"><?php _e( 'Comment navigation', '_s' ); ?></h1>
|
||||
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', '_s' ) ); ?></div>
|
||||
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', '_s' ) ); ?></div>
|
||||
|
@ -52,7 +52,7 @@ if ( post_password_required() )
|
|||
</ol><!-- .comment-list -->
|
||||
|
||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
||||
<nav id="comment-nav-below" class="navigation-comment" role="navigation">
|
||||
<nav id="comment-nav-below" class="comment-navigation" role="navigation">
|
||||
<h1 class="screen-reader-text"><?php _e( 'Comment navigation', '_s' ); ?></h1>
|
||||
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', '_s' ) ); ?></div>
|
||||
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', '_s' ) ); ?></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue