mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Customize: Avoid using assertNotFalse()
in tests because it's not available in PHPUnit 3.6.
See #35395 Built from https://develop.svn.wordpress.org/trunk@39020 git-svn-id: http://core.svn.wordpress.org/trunk@38962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
791c72dd4d
commit
2d0d9cfbf9
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta1-39019';
|
||||
$wp_version = '4.7-beta1-39020';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user