Changeset 30150 for trunk/src/wp-includes/date.php
- Timestamp:
- 11/01/2014 04:31:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/date.php
r30144 r30150 85 85 * Accepts 'OR', 'AND'. Default 'OR'. 86 86 * @type array { 87 Optional. An array of first-order clause parameters, or another fully-formed date query. 87 * Optional. An array of first-order clause parameters, or another fully-formed date query. 88 * 88 89 * @type string|array $before Optional. Date to retrieve posts before. Accepts strtotime()-compatible 89 90 * string, or array of 'year', 'month', 'day' values. { … … 114 115 * 'after'. Default false. 115 116 * @type int $year Optional. The four-digit year number. Default empty. Accepts 116 * 117 * any four-digit year. 117 118 * @type int $month Optional. The two-digit month number. Default empty. 118 119 * Accepts numbers 1-12. … … 125 126 * @type int $dayofweek Optional. The day number of the week. Default empty. 126 127 * Accepts numbers 1-7 (1 is Sunday). 127 * @type int $dayofweek_iso Optional. The day number of the week (ISO). Default empty.128 * Accepts numbers 1-7 (1 is Monday).128 * @type int $dayofweek_iso Optional. The day number of the week (ISO). Accepts numbers 1-7 129 * (1 is Monday).Default empty. 129 130 * @type int $hour Optional. The hour of the day. Default empty. Accepts numbers 0-23. 130 131 * @type int $minute Optional. The minute of the hour. Default empty. Accepts
Note: See TracChangeset
for help on using the changeset viewer.