diff --git a/src/wp-admin/includes/ms.php b/src/wp-admin/includes/ms.php index 6e93dbf649..453b751aad 100644 --- a/src/wp-admin/includes/ms.php +++ b/src/wp-admin/includes/ms.php @@ -587,10 +587,10 @@ function format_code_lang( $code = '' ) { * * @since 3.0.0 * - * @param $term The term. - * @param $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are - * the only taxonomies which are processed by this function; anything else - * will be returned untouched. + * @param object $term The term. + * @param string $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are + * the only taxonomies which are processed by this function; anything else + * will be returned untouched. * @return object|array Returns `$term`, after filtering the 'slug' field with {@see sanitize_title()} * if $taxonomy is 'category' or 'post_tag'. */