diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index c6f2854a10..2db5038ef1 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -1126,9 +1126,9 @@ function get_term_to_edit( $id, $taxonomy ) { * * @internal The `$deprecated` parameter is parsed for backward compatibility only. * - * @param string|array $args Optional. Array or string of arguments. See WP_Term_Query::__construct() + * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct() * for information on accepted arguments. Default empty. - * @param array $deprecated Argument array, when using the legacy function parameter format. If present, this + * @param array|string $deprecated Argument array, when using the legacy function parameter format. If present, this * parameter will be interpreted as `$args`, and the first function parameter will * be parsed as a taxonomy or array of taxonomies. * @return array|int|WP_Error List of WP_Term instances and their children. Will return WP_Error, if any of taxonomies diff --git a/wp-includes/version.php b/wp-includes/version.php index 885c3e9cbc..35515645ac 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45871'; +$wp_version = '5.3-alpha-45872'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.