From bccb15166a3cf8c8673d4aa929daa12af9fbf136 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Sun, 12 Feb 2017 18:07:42 +0000 Subject: [PATCH] WP_Query: Add tests for the combination of `orderby=post__in` and `order`. This commit adds test cases for the interaction (or more accurately, lack of interaction) between `orderby=post__in` and the `order` parameter. Props fibonaccina. See #39055. Built from https://develop.svn.wordpress.org/trunk@40056 git-svn-id: http://core.svn.wordpress.org/trunk@39993 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 e2f0e4f80b..983b59c084 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40055'; +$wp_version = '4.8-alpha-40056'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.