Upgrade: Bump db version for `upgrade_450()` in `upgrade_all()`.

See #23358.
Built from https://develop.svn.wordpress.org/trunk@36686


git-svn-id: http://core.svn.wordpress.org/trunk@36653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-24 16:34:25 +00:00
parent 0cafc9abe7
commit c38daf6a7e
2 changed files with 3 additions and 3 deletions

View File

@ -549,7 +549,7 @@ function upgrade_all() {
if ( $wp_current_db_version < 35700 ) if ( $wp_current_db_version < 35700 )
upgrade_440(); upgrade_440();
if ( $wp_current_db_version < 36180 ) if ( $wp_current_db_version < 36686 )
upgrade_450(); upgrade_450();
maybe_disable_link_manager(); maybe_disable_link_manager();

View File

@ -4,14 +4,14 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-alpha-36685'; $wp_version = '4.5-alpha-36686';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
* *
* @global int $wp_db_version * @global int $wp_db_version
*/ */
$wp_db_version = 36679; $wp_db_version = 36686;
/** /**
* Holds the TinyMCE version * Holds the TinyMCE version