diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 8fabcd375..d28a86236 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -427,7 +427,7 @@ function get_taxonomy_labels( $tax ) { * @uses $wp_taxonomies Modifies taxonomy object * * @param string $taxonomy Name of taxonomy object - * @param array|string $object_type Name of the object type + * @param string $object_type Name of the object type * @return bool True if successful, false if not */ function register_taxonomy_for_object_type( $taxonomy, $object_type) {