Ticket #44305: 44305.2.diff
File 44305.2.diff, 1.5 KB (added by , 6 years ago) |
---|
-
wp-includes/class-wp-query.php
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),635 * or array of fields. 'id=>parent' uses 'id' and 'post_parent'.636 * Default all fields.Accepts 'ids', 'id=>parent'.634 * @type string $fields Which fields to return. Single field or all fields (string). 635 * 'id=>parent' uses 'id' and 'post_parent'. Default all fields. 636 * Accepts 'ids', 'id=>parent'. 637 637 * @type int $hour Hour of the day. Default empty. Accepts numbers 0-23. 638 638 * @type int|bool $ignore_sticky_posts Whether to ignore sticky posts or not. Setting this to false 639 639 * excludes stickies from 'post__in'. Accepts 1|true, 0|false.