Remove unnecessary space in 2010 comments.php. props zeo, fixes #13196.

git-svn-id: https://develop.svn.wordpress.org/trunk@14323 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-30 22:39:37 +00:00
parent c7771375e3
commit b6a09d8f59
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
sprintf( __( 'No Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
sprintf( __( 'One Response to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
sprintf( __( '%% Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' )
); ?> </h3>
); ?></h3>
<?php if ( get_comment_pages_count() > 1 ) : // are there comments to navigate through ?>
<div class="navigation">