From d99ae62140f7db16873e1d28e837dd09f9cb2c57 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 22 Dec 2010 18:06:56 +0000 Subject: [PATCH] Revert [16614] and [16614]. Deal with plural form issues in early 3.2 and remove the hacks from Twenty Ten. see #13651. git-svn-id: https://develop.svn.wordpress.org/trunk@17111 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/loop.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 7f9d227c0f..811abfe039 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -53,10 +53,7 @@ * * Without further ado, the loop: */ ?> - + @@ -99,7 +96,7 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), | - + | ', '' ); ?> @@ -122,7 +119,7 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(),
| - + | ', '' ); ?>
@@ -164,7 +161,7 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), | - + | ', '' ); ?>