From b4173bbc4e2b6500c74e5b80a0db10b16bc17d0b Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 21 Feb 2011 18:35:37 +0000 Subject: [PATCH] 3.0 compat for twentyten git-svn-id: http://svn.automattic.com/wordpress/trunk@17469 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/loop.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 811abfe039b7..9dc6297dfa69 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -57,7 +57,7 @@ - ID ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?> + ID ) ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?>
>

@@ -89,7 +89,7 @@
- ID ) ) : ?> + ID ) ) : ?> | @@ -103,7 +103,7 @@ - ID ) || in_category( _x( 'asides', 'asides category slug', 'twentyten' ) ) ) : ?> + ID ) ) || in_category( _x( 'asides', 'asides category slug', 'twentyten' ) ) ) : ?>
>