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:
parent
c7771375e3
commit
b6a09d8f59
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user