diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index d1bcf7b31b..9e4ae834a0 100644 --- a/src/wp-includes/category-template.php +++ b/src/wp-includes/category-template.php @@ -273,7 +273,7 @@ function the_category( $separator = '', $parents = '', $post_id = false ) { * @return string Category description, available. */ function category_description( $category = 0 ) { - return term_description( $category, 'category' ); + return term_description( $category ); } /**