From 89544cc03d84175dd831a7d09292d28a6076e493 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 20 Oct 2016 10:48:40 +0000 Subject: [PATCH] Tests: Fix ajax tests that fail when Twenty Seventeen is the default theme. There are some tests who's outcome can be affected by the default theme, so we need to ensure the Twenty Seventeen functionality is unhooked while the tests are running. See #38372. Built from https://develop.svn.wordpress.org/trunk@38842 git-svn-id: http://core.svn.wordpress.org/trunk@38785 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 5765c159c1..33394ec8b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38841'; +$wp_version = '4.7-alpha-38842'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.