From ffcc525c073639dc6540f9df5afb311cc2852076 Mon Sep 17 00:00:00 2001 From: Nikolay Bachiyski Date: Mon, 3 May 2010 01:07:49 +0000 Subject: [PATCH] Use _n() instead of comments_number() in twentyten, because it doesn't handle plurals properly. Props zeo and dimadin. Fixes #13187 git-svn-id: https://develop.svn.wordpress.org/trunk@14358 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/comments.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php index b528a09ca8..303d0c62c7 100644 --- a/wp-content/themes/twentyten/comments.php +++ b/wp-content/themes/twentyten/comments.php @@ -27,11 +27,12 @@ ?> -

' . get_the_title() . '' ), - sprintf( __( 'One Response to %s', 'twentyten' ), '' . get_the_title() . '' ), - sprintf( __( '%% Responses to %s', 'twentyten' ), '' . get_the_title() . '' ) - ); ?>

+

+' . get_the_title() . '' ); +?> +

1 ) : // are there comments to navigate through ?>