Docs: Correct property type for WP_Tax_Query::$no_results.

Follow-up to [17686].

Props justlevine, johnbillion.
See #63268.
Built from https://develop.svn.wordpress.org/trunk@60311


git-svn-id: http://core.svn.wordpress.org/trunk@59647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-06-16 17:08:31 +00:00
parent 82777f757e
commit 4d6e34cd51
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class WP_Tax_Query {
* Standard response when the query should not return any rows.
*
* @since 3.2.0
* @var string
* @var array<string, array<string>>
*/
private static $no_results = array(
'join' => array( '' ),

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60310';
$wp_version = '6.9-alpha-60311';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.