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:
@@ -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( '' ),
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user