File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ class WP_Date_Query {
133
133
* Default empty.
134
134
* @type int|int[] $hour Optional. The hour of the day. Accepts numbers 0-23 or an array
135
135
* of valid numbers if `$compare` supports it. Default empty.
136
- * @type int|int[] $minute Optional. The minute of the hour. Accepts numbers 0-60 or an array
136
+ * @type int|int[] $minute Optional. The minute of the hour. Accepts numbers 0-59 or an array
137
137
* of valid numbers if `$compare` supports it. Default empty.
138
- * @type int|int[] $second Optional. The second of the minute. Accepts numbers 0-60 or an
138
+ * @type int|int[] $second Optional. The second of the minute. Accepts numbers 0-59 or an
139
139
* array of valid numbers if `$compare` supports it. Default empty.
140
140
* }
141
141
* }
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ public function fill_query_vars( $array ) {
719
719
* return posts containing 'pillow' but not 'sofa'. The
720
720
* character used for exclusion can be modified using the
721
721
* the 'wp_query_search_exclusion_prefix' filter.
722
- * @type int $second Second of the minute. Default empty. Accepts numbers 0-60 .
722
+ * @type int $second Second of the minute. Default empty. Accepts numbers 0-59 .
723
723
* @type bool $sentence Whether to search by phrase. Default false.
724
724
* @type bool $suppress_filters Whether to suppress filters. Default false.
725
725
* @type string $tag Tag slug. Comma-separated (either), Plus-separated (all).
You can’t perform that action at this time.
0 commit comments