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
This commit is contained in:
John Blackbourn 2016-12-07 01:22:09 +00:00
parent 30076372d7
commit 042451a9e1
1 changed files with 1 additions and 1 deletions

View File

@ -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.