Add missing 'class' comments
This commit is contained in:
parent
55ab0fa5d6
commit
b9fa5c0dd2
8 changed files with 13 additions and 13 deletions
|
@ -39,7 +39,7 @@
|
|||
<h1 class="assistive-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>
|
||||
</nav>
|
||||
</nav><!-- #comment-nav-before .site-navigation .comment-navigation -->
|
||||
<?php endif; // check for comment navigation ?>
|
||||
|
||||
<ol class="commentlist">
|
||||
|
@ -52,14 +52,14 @@
|
|||
*/
|
||||
wp_list_comments( array( 'callback' => '_s_comment' ) );
|
||||
?>
|
||||
</ol>
|
||||
</ol><!-- .commentlist -->
|
||||
|
||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
||||
<nav role="navigation" id="comment-nav-below" class="site-navigation comment-navigation">
|
||||
<h1 class="assistive-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>
|
||||
</nav>
|
||||
</nav><!-- #comment-nav-below .site-navigation .comment-navigation -->
|
||||
<?php endif; // check for comment navigation ?>
|
||||
|
||||
<?php endif; // have_comments() ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue