From a62d04afd66b6b03b6b53945ec1550ad2b972ec0 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 25 Oct 2016 11:06:30 +0000 Subject: [PATCH] Tests: Fix a PHP notice introduced in [38907]. `WP_DEFAULT_THEME` was being defined in the wrong location. Also, if WordPress has the original "default" theme installed, ensure that our test theme overrides it. Props swissspidy for daring to dive into Themes of WordPress Past. See #31550, #38457. Built from https://develop.svn.wordpress.org/trunk@38908 git-svn-id: http://core.svn.wordpress.org/trunk@38851 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 b22d13cc2f..c967bbde4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38907'; +$wp_version = '4.7-alpha-38908'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.