From 2ac1c4cc92784c40d22e51ce7c76d939d11cb47b Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 20 Oct 2016 09:07:29 +0000 Subject: [PATCH] Tests: Fix tests that don't pass 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@38838 git-svn-id: http://core.svn.wordpress.org/trunk@38781 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 8d075c51a3..2f37e466c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38837'; +$wp_version = '4.7-alpha-38838'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.