Make WordPress Core


Ignore:
Timestamp:
07/14/2020 12:08:28 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Improve docs for arguments that accept a numerically indexed array of associative arrays.

See #49572

File:
1 edited

Legend:

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

    r48110 r48475  
    9797     *     @type string $relation Optional. The MySQL keyword used to join
    9898     *                            the clauses of the query. Accepts 'AND', or 'OR'. Default 'AND'.
    99      *     @type array {
    100      *         Optional. An array of first-order clause parameters, or another fully-formed tax query.
     99     *     @type array  ...$0 {
     100     *         An array of first-order clause parameters, or another fully-formed tax query.
    101101     *
    102102     *         @type string           $taxonomy         Taxonomy being queried. Optional when field=term_taxonomy_id.
Note: See TracChangeset for help on using the changeset viewer.