diff --git a/wp-content/themes/twentyten/category.php b/wp-content/themes/twentyten/category.php index c6a2977dea..370c3929a3 100644 --- a/wp-content/themes/twentyten/category.php +++ b/wp-content/themes/twentyten/category.php @@ -17,10 +17,9 @@ printf( __( 'Category Archives: %s', 'twentyten' ), '' . single_cat_title( '', false ) . '' ); ?> ' . $categorydesc . '' ); - } + $category_description = category_description(); + if ( ! empty( $category_description ) ) + echo '
' . $categorydesc . '
'; ?>

' . get_the_title() . '' ); + printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ), + number_format_i18n( get_comments_number() ), '' . get_the_title() . '' ); ?> -

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