From 6e72e293c2eb4b51c31095599e05b2eb43e216e4 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Tue, 7 Mar 2017 05:27:44 +0000 Subject: [PATCH] WP_Query: Add missing tests for combinations of `orderby` and include parameters. This commit adds some missing test cases for combinations of `orderby` and other parameters (`post_parent__in` and `post_name__in`). Followup to [40056] for `orderby` and `post__in`. The interaction of these parameters is perhaps counterintuitive because `orderby` does not affect the returned results. This is overall probably the best design, and it's now better tested and documented. Props fibonaccina. See #39055. Built from https://develop.svn.wordpress.org/trunk@40237 git-svn-id: http://core.svn.wordpress.org/trunk@40167 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 82f330e477..67287551e0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40235'; +$wp_version = '4.8-alpha-40237'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.