From 042451a9e1258d9432e64f27bb117c51df9cacd8 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 7 Dec 2016 01:22:09 +0000 Subject: [PATCH] Taxonomy: Correct the type for the first parameter of the `the_category` filter. See #39130 git-svn-id: https://develop.svn.wordpress.org/trunk@39530 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index ac992d6b3c..157b785eea 100644 --- a/src/wp-includes/category-template.php +++ b/src/wp-includes/category-template.php @@ -207,7 +207,7 @@ function get_the_category_list( $separator = '', $parents='', $post_id = false ) * * @since 1.2.0 * - * @param array $thelist List of categories for the current post. + * @param string $thelist List of categories for the current post. * @param string $separator Separator used between the categories. * @param string $parents How to display the category parents. Accepts 'multiple', * 'single', or empty.