From 28cc6cb368e5cd0fa50d776366684e9a37e27cf1 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 30 Aug 2016 14:33:28 +0000 Subject: [PATCH] Tests: Require `Basic_Object` and `Basic_Subclass` files earlier in call stack. This ensures compatibility with third-party tools using these classes in their test suites, after [38285]. Props DylanAuty, Frank Klein, TimothyBlynJacobs. Fixes #37523. Built from https://develop.svn.wordpress.org/trunk@38445 git-svn-id: http://core.svn.wordpress.org/trunk@38386 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 86cebf550f..ff4e15d064 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38444'; +$wp_version = '4.7-alpha-38445'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.