Make WordPress Core


Ignore:
Timestamp:
12/20/2014 11:03:21 PM (10 years ago)
Author:
wonderboymusic
Message:

Correct the @param docs for arguments that are truthy/falsey.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r30771 r30983  
    14731473     *                                                 Default all fields. Accepts 'ids', 'id=>parent'.
    14741474     *     @type int          $hour                    Hour of the day. Default empty. Accepts numbers 0-23.
    1475      *     @type bool         $ignore_sticky_posts     Whether to ignore sticky posts or not. Setting this to false
     1475     *     @type int|bool     $ignore_sticky_posts     Whether to ignore sticky posts or not. Setting this to false
    14761476     *                                                 excludes stickies from 'post__in'. Accepts 1|true, 0|false.
    14771477     *                                                 Default 0|false.
Note: See TracChangeset for help on using the changeset viewer.