mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
bee0c1a172
commit
bf79d8bb2c
@ -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;
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user