Make WordPress Core

Ticket #44305: 44305.2.diff

File 44305.2.diff, 1.5 KB (added by johannadevos, 6 years ago)

Second patch that fixes whitespace and removes an irrelevant description

  • wp-includes/class-wp-query.php

     
    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),
    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'.
    637637         *     @type int          $hour                    Hour of the day. Default empty. Accepts numbers 0-23.
    638638         *     @type int|bool     $ignore_sticky_posts     Whether to ignore sticky posts or not. Setting this to false
    639639         *                                                 excludes stickies from 'post__in'. Accepts 1|true, 0|false.