diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 05b0de06e..277be1ba4 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -58,9 +58,9 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(), 'twentyten' ); ?> - + - ID ) ) : ?> + ID ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?>
>

@@ -92,7 +92,10 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(),
- + ID ) ) : ?> + + | + | @@ -101,9 +104,9 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(),
- + - ID ) ) : ?> + ID ) || in_category( _x( 'asides', 'asides category slug', 'twentyten' ) ) ) : ?>
>