Make WordPress Core

Ticket #13651: 13651.2.diff

File 13651.2.diff, 566 bytes (added by markmcwilliams, 13 years ago)

fixes the single comment number

  • wp-content/themes/twentyten/loop.php

     
    5555         */ ?>
    5656<?php while ( have_posts() ) : the_post();
    5757
    58 $comment_number_template = _n( '% Comment', '% Comments', get_comments_number(), 'twentyten' );
     58$comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), 'twentyten' );
    5959?>
    6060
    6161<?php /* How to display posts in the Gallery category. */ ?>