Fix comment number in Twenty Ten when there is one comment. Due to how these values are then passed to comments_popup_link(). We need to fix this. see #13651.

git-svn-id: https://develop.svn.wordpress.org/trunk@16726 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-05 02:15:51 +00:00
parent 1baaa6ea75
commit 9071bdef45
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
*/ ?>
<?php while ( have_posts() ) : the_post();
$comment_number_template = _n( '% Comment', '% Comments', get_comments_number(), 'twentyten' );
$comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), 'twentyten' );
?>
<?php /* How to display posts in the Gallery category. */ ?>