Make WordPress Core

Changeset 57761


Ignore:
Timestamp:
03/04/2024 02:46:04 PM (2 years ago)
Author:
audrasjb
Message:

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

Props manooweb, swissspidy.
Fixes #60563.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r57750 r57761  
    3939         *
    4040         * @since 3.1.0
    41          * @var WP_Tax_Query A taxonomy query instance.
     41         * @var WP_Tax_Query|null A taxonomy query instance.
    4242         */
    4343        public $tax_query;
Note: See TracChangeset for help on using the changeset viewer.