Changeset 48475 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 07/14/2020 12:08:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r48462 r48475 73 73 * Array of date query clauses. 74 74 * 75 * @type array {75 * @type array ...$0 { 76 76 * @type string $column Optional. The column to query against. If undefined, inherits the value of 77 77 * the `$default_column` parameter. Accepts 'post_date', 'post_date_gmt', … … 82 82 * @type string $relation Optional. The boolean relationship between the date queries. Accepts 'OR' or 'AND'. 83 83 * Default 'OR'. 84 * @type array {84 * @type array ...$0 { 85 85 * Optional. An array of first-order clause parameters, or another fully-formed date query. 86 86 *
Note: See TracChangeset
for help on using the changeset viewer.