From cf52befe038c9de49b3158834a6e7e23c9a69e88 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@17111 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 7f9d227c0..811abfe03 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(), | - + | ', '' ); ?>