diff --git a/wp-includes/class-wp-term-query.php b/wp-includes/class-wp-term-query.php index 77a3b9d23f..dc5e86a7f8 100644 --- a/wp-includes/class-wp-term-query.php +++ b/wp-includes/class-wp-term-query.php @@ -148,8 +148,6 @@ class WP_Term_Query { * - 'id=>slug' Returns an associative array of term slugs, * keyed by term ID (`string[]`). * Default 'all'. - * @type bool $count Whether to return a term count. If true, will take precedence - * over `$fields`. Default false. * @type string|string[] $name Name or array of names to return term(s) for. * Default empty. * @type string|string[] $slug Slug or array of slugs to return term(s) for. diff --git a/wp-includes/version.php b/wp-includes/version.php index 76e97c6b81..4b4f3e8d8a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta3-59260'; +$wp_version = '6.7-beta3-59261'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.