Ticket #13651: 13651.2.diff
File 13651.2.diff, 566 bytes (added by , 13 years ago) |
---|
-
wp-content/themes/twentyten/loop.php
55 55 */ ?> 56 56 <?php while ( have_posts() ) : the_post(); 57 57 58 $comment_number_template = _n( ' %Comment', '% Comments', get_comments_number(), 'twentyten' );58 $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), 'twentyten' ); 59 59 ?> 60 60 61 61 <?php /* How to display posts in the Gallery category. */ ?>