Changeset 61724 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 02/24/2026 06:32:43 AM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-date-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r61723 r61724 112 112 * of accepted values. Default is the value of top-level `$column`. 113 113 * @type string $compare Optional. The comparison operator. Accepts '=', '!=', '>', '>=', 114 * '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. 115 * Comparisons support 116 * arrays in some time-related parameters. Default '='. 114 * '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. Comparisons 115 * support arrays in some time-related parameters. Default '='. 117 116 * @type bool $inclusive Optional. Include results from dates specified in 'before' or 118 117 * 'after'. Default false.
Note: See TracChangeset
for help on using the changeset viewer.