Merge pull request #224 from JasonHoffmann/master

_s: Align element comment with its corresponding id.
This commit is contained in:
Konstantin Obenland 2013-05-25 03:05:55 -07:00
commit 9bc326be66
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if ( post_password_required() )
<h1 class="screen-reader-text"><?php _e( 'Comment navigation', '_s' ); ?></h1> <h1 class="screen-reader-text"><?php _e( 'Comment navigation', '_s' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_s' ) ); ?></div> <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_s' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_s' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_s' ) ); ?></div>
</nav><!-- #comment-nav-before --> </nav><!-- #comment-nav-above -->
<?php endif; // check for comment navigation ?> <?php endif; // check for comment navigation ?>
<ol class="comment-list"> <ol class="comment-list">