forked from mirror/_s
Merge pull request #224 from JasonHoffmann/master
_s: Align element comment with its corresponding id.
This commit is contained in:
commit
9bc326be66
|
@ -36,7 +36,7 @@ if ( post_password_required() )
|
|||
<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>
|
||||
</nav><!-- #comment-nav-before -->
|
||||
</nav><!-- #comment-nav-above -->
|
||||
<?php endif; // check for comment navigation ?>
|
||||
|
||||
<ol class="comment-list">
|
||||
|
|
Reference in New Issue