Changeset 61723 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 02/24/2026 06:29:51 AM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-date-query.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r61463 r61723 91 91 * 92 92 * @type string $year The four-digit year. Default empty. Accepts any four-digit year. 93 * @type string $month Optional when passing array. The month of the year.93 * @type string $month Optional when passing array. The month of the year. 94 94 * Default (string:empty)|(array:1). Accepts numbers 1-12. 95 * @type string $day Optional when passing array. The day of the month.95 * @type string $day Optional when passing array. The day of the month. 96 96 * Default (string:empty)|(array:1). Accepts numbers 1-31. 97 97 * } … … 103 103 * @type string $month Optional when passing array. The month of the year. Accepts numbers 1-12. 104 104 * Default (string:empty)|(array:12). 105 * @type string $day Optional when passing array. The day of the month. Accepts numbers 1-31.105 * @type string $day Optional when passing array. The day of the month. Accepts numbers 1-31. 106 106 * Default (string:empty)|(array:last day of month). 107 107 * } … … 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'. 'IN',115 * 'NOT IN', 'BETWEEN', and 'NOT BETWEEN'.Comparisons support114 * '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. 115 * Comparisons support 116 116 * arrays in some time-related parameters. Default '='. 117 117 * @type bool $inclusive Optional. Include results from dates specified in 'before' or
Note: See TracChangeset
for help on using the changeset viewer.