From ab413e89bf6b8c5b79bfdd9c3e6974e986b5f97b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 5 Oct 2015 20:58:29 +0000 Subject: [PATCH] Include `post__in` as a value available to the `orderby` parameter in the docs for `WP_Query::parse_query()`. See #32246 Built from https://develop.svn.wordpress.org/trunk@34836 git-svn-id: http://core.svn.wordpress.org/trunk@34801 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index b93d0276ce..69310345d5 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1534,8 +1534,8 @@ class WP_Query { * specific `$meta_query` clause, use that clause's array key. * Default 'date'. Accepts 'none', 'name', 'author', 'date', * 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand', - * 'comment_count', 'meta_value', 'meta_value_num', and the - * array keys of `$meta_query`. + * 'comment_count', 'meta_value', 'meta_value_num', 'post__in', + * and the array keys of `$meta_query`. * @type int $p Post ID. * @type int $page Show the number of posts that would show up on page X of a * static front page. diff --git a/wp-includes/version.php b/wp-includes/version.php index b866229a04..e2a630bf32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34834'; +$wp_version = '4.4-alpha-34836'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.