Docs: Update WP_Query::tax_query docblock to reflect that the property can be null.

Props manooweb, swissspidy.
Fixes #60563.




Built from https://develop.svn.wordpress.org/trunk@57761


git-svn-id: http://core.svn.wordpress.org/trunk@57262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-03-04 14:48:13 +00:00
parent bee0c1a172
commit bf79d8bb2c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class WP_Query {
* Taxonomy query, as passed to get_tax_sql().
*
* @since 3.1.0
* @var WP_Tax_Query A taxonomy query instance.
* @var WP_Tax_Query|null A taxonomy query instance.
*/
public $tax_query;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-beta3-57760';
$wp_version = '6.5-beta3-57761';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.