Comments.php Spelling Issue

This commit is contained in:
Jason Hoffmann 2013-05-20 14:12:09 -04:00
parent 7a570bef38
commit b790c82151
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">