Docs: Fix typo in a comment in `Core_Upgrader::upgrade()`.

Props Zuige.
Fixes #37314.
Built from https://develop.svn.wordpress.org/trunk@38014


git-svn-id: http://core.svn.wordpress.org/trunk@37955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-07-08 13:19:30 +00:00
parent 682e028a5a
commit d1cd600733
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class Core_Upgrader extends WP_Upgrader {
else
$to_download = 'full';
// Lock to prevent multiple Core Updates occuring
// Lock to prevent multiple Core Updates occurring
$lock = WP_Upgrader::create_lock( 'core_updater', 15 * MINUTE_IN_SECONDS );
if ( ! $lock ) {
return new WP_Error( 'locked', $this->strings['locked'] );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38013';
$wp_version = '4.6-beta2-38014';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.