From bec9315360cd792d845a7518821338e38acae937 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 13 Oct 2015 02:36:48 +0000 Subject: [PATCH] In term meta lazy-loading tests, force `WP_Query` to cache results. By default, `WP_Query` will not cache query results when using a persistent object cache. The lazyload tests, however, depend on the cache being set during each `WP_Query`, because the object cache is cleared between tests. See #31491. Built from https://develop.svn.wordpress.org/trunk@35112 git-svn-id: http://core.svn.wordpress.org/trunk@35077 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 9292b73c43..dc66e0ee48 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35111'; +$wp_version = '4.4-alpha-35112'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.