Make WordPress Core

Ticket #44305: 44305.diff

File 44305.diff, 2.1 KB (added by palmiak, 7 years ago)
  • wp-includes/class-wp-query.php

    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 { 
    631631         *                                                 See WP_Date_Query::__construct().
    632632         *     @type int          $day                     Day of the month. Default empty. Accepts numbers 1-31.
    633633         *     @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),
    635635         *                                                 or array of fields. 'id=>parent' uses 'id' and 'post_parent'.
    636636         *                                                 Default all fields. Accepts 'ids', 'id=>parent'.
    637637         *     @type int          $hour                    Hour of the day. Default empty. Accepts numbers 0-23.