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
This commit is contained in:
James Nylen 2017-02-12 18:07:42 +00:00
parent f3644a702e
commit bccb15166a

View File

@ -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.