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: http://svn.automattic.com/wordpress/trunk@16726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-05 02:15:51 +00:00
parent 9cb7a9b837
commit 0e29723f63
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. */ ?>