diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php
index f8ead26246..4275f382eb 100644
a
|
b
|
class WP_Query { |
631 | 631 | * See WP_Date_Query::__construct(). |
632 | 632 | * @type int $day Day of the month. Default empty. Accepts numbers 1-31. |
633 | 633 | * @type bool $exact Whether to search by exact keyword. Default false. |
634 | | * @type string|array $fields Which fields to return. Single field or all fields (string), |
| 634 | * @type string $fields Which fields to return. Single field or all fields (string), |
635 | 635 | * or array of fields. 'id=>parent' uses 'id' and 'post_parent'. |
636 | 636 | * Default all fields. Accepts 'ids', 'id=>parent'. |
637 | 637 | * @type int $hour Hour of the day. Default empty. Accepts numbers 0-23. |