Upgrade: Switch the locking mechanism to using static methods so that it can be accessed from other upgrade-classes.

Fixes #34878

Built from https://develop.svn.wordpress.org/trunk@36370


git-svn-id: http://core.svn.wordpress.org/trunk@36337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2016-01-21 01:22:25 +00:00
parent 23133b0b06
commit 65182e4dc8
2 changed files with 15 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36368';
$wp_version = '4.5-alpha-36370';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.