Taxonomy: Correct the type for the first parameter of the `the_category` filter.

See #39130

Built from https://develop.svn.wordpress.org/trunk@39530


git-svn-id: http://core.svn.wordpress.org/trunk@39470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-12-07 01:23:42 +00:00
parent 23ac0d0616
commit 042d09001a
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ function get_the_category_list( $separator = '', $parents='', $post_id = false )
* *
* @since 1.2.0 * @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 $separator Separator used between the categories.
* @param string $parents How to display the category parents. Accepts 'multiple', * @param string $parents How to display the category parents. Accepts 'multiple',
* 'single', or empty. * 'single', or empty.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.8-alpha-39529'; $wp_version = '4.8-alpha-39530';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.