mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
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
This commit is contained in:
parent
ded1bb5625
commit
28cc6cb368
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user