Make WordPress Core

Changeset 34836


Ignore:
Timestamp:
10/05/2015 08:57:14 PM (9 years ago)
Author:
johnbillion
Message:

Include post__in as a value available to the orderby parameter in the docs for WP_Query::parse_query().

See #32246

File:
1 edited

Legend:

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

    r34795 r34836  
    15351535     *                                                 Default 'date'. Accepts 'none', 'name', 'author', 'date',
    15361536     *                                                 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand',
    1537      *                                                 'comment_count', 'meta_value', 'meta_value_num', and the
    1538      *                                                 array keys of `$meta_query`.
     1537     *                                                 'comment_count', 'meta_value', 'meta_value_num', 'post__in',
     1538     *                                                 and the array keys of `$meta_query`.
    15391539     *     @type int          $p                       Post ID.
    15401540     *     @type int          $page                    Show the number of posts that would show up on page X of a
Note: See TracChangeset for help on using the changeset viewer.