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-date-query.php

    r48462 r48475  
    7373     *     Array of date query clauses.
    7474     *
    75      *     @type array {
     75     *     @type array ...$0 {
    7676     *         @type string $column   Optional. The column to query against. If undefined, inherits the value of
    7777     *                                the `$default_column` parameter. Accepts 'post_date', 'post_date_gmt',
     
    8282     *         @type string $relation Optional. The boolean relationship between the date queries. Accepts 'OR' or 'AND'.
    8383     *                                Default 'OR'.
    84      *         @type array {
     84     *         @type array  ...$0 {
    8585     *             Optional. An array of first-order clause parameters, or another fully-formed date query.
    8686     *
Note: See TracChangeset for help on using the changeset viewer.