Changeset 61449
- Timestamp:
- 01/08/2026 12:47:29 AM (4 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
-
class-wp-date-query.php (modified) (1 diff)
-
class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r61191 r61449 121 121 * @type int|int[] $month Optional. The two-digit month number. Accepts numbers 1-12 or an 122 122 * array of valid numbers if `$compare` supports it. Default empty. 123 * @type int|int[] $week Optional. The week number of the year. Accepts numbers 0-53 or an123 * @type int|int[] $week Optional. The week number of the year. Accepts numbers 1-53 or an 124 124 * array of valid numbers if `$compare` supports it. Default empty. 125 125 * @type int|int[] $dayofyear Optional. The day number of the year. Accepts numbers 1-366 or an -
trunk/src/wp-includes/class-wp-query.php
r61403 r61449 797 797 * get_term_meta() call will hit the database. 798 798 * Defaults to the value of `$update_post_term_cache`. 799 * @type int $w The week number of the year. Default empty. Accepts numbers 0-53.799 * @type int $w The week number of the year. Default empty. Accepts numbers 1-53. 800 800 * @type int $year The four-digit year. Default empty. Accepts any four-digit year. 801 801 * }
Note: See TracChangeset
for help on using the changeset viewer.