From 1de01f31bc49243c81f4d3b5a44fa1ca671231e5 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 25 Sep 2015 13:55:25 +0000 Subject: [PATCH] Don't run `get_page_of_comment()` cache test on Multisite. `get_page_of_comment()` uses `get_option()`, and WP_INSTALLING earlier in the test suite causes `get_option()` to miss the cache. See #31130. See #11334. Built from https://develop.svn.wordpress.org/trunk@34540 git-svn-id: http://core.svn.wordpress.org/trunk@34504 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 1c48392d82..fd9b5ad3ac 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34539'; +$wp_version = '4.4-alpha-34540'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.