Make WordPress Core


Ignore:
Timestamp:
07/13/2020 10:08:16 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #49572

File:
1 edited

Legend:

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

    r48426 r48462  
    656656     *     @type int|bool     $ignore_sticky_posts     Whether to ignore sticky posts or not. Setting this to false
    657657     *                                                 excludes stickies from 'post__in'. Accepts 1|true, 0|false.
    658      *                                                 Default 0|false.
     658     *                                                 Default false.
    659659     *     @type int          $m                       Combination YearMonth. Accepts any four-digit year and month
    660660     *                                                 numbers 1-12. Default empty.
     
    686686     *                                                 of `$meta_query`. Default is 'date', except when a search
    687687     *                                                 is being performed, when the default is 'relevance'.
    688      *
    689688     *     @type int          $p                       Post ID.
    690689     *     @type int          $page                    Show the number of posts that would show up on page X of a
     
    34353434     * @since 1.5.0
    34363435     *
     3436     * @see WP_Query::parse_query() for all available arguments.
     3437     *
    34373438     * @param string|array $query URL query string or array of query arguments.
    34383439     * @return WP_Post[]|int[] Array of post objects or post IDs.
     
    35463547     *
    35473548     * @since 1.5.0
     3549     *
     3550     * @see WP_Query::parse_query() for all available arguments.
    35483551     *
    35493552     * @param string|array $query URL query string or array of vars.
Note: See TracChangeset for help on using the changeset viewer.