mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
Clean up cache invalidation suspension global in unit tests.
This fixes a test that was introduced in [30073] which was polluting later tests. See #21760. Built from https://develop.svn.wordpress.org/trunk@30112 git-svn-id: http://core.svn.wordpress.org/trunk@30112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
39a44f62ad
commit
08ef5b6ec9
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30111';
|
||||
$wp_version = '4.1-alpha-30112';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user