Ticket #43381: 43381.diff
File 43381.diff, 514 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/category-template.php
diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index 429fcb8..4fc432f 100644
a b function the_category( $separator = '', $parents = '', $post_id = false ) { 273 273 * @return string Category description, available. 274 274 */ 275 275 function category_description( $category = 0 ) { 276 return term_description( $category , 'category');276 return term_description( $category ); 277 277 } 278 278 279 279 /**