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 '
'; ?>