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

See #23358.

git-svn-id: https://develop.svn.wordpress.org/trunk@36686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-02-24 16:33:28 +00:00
parent 8a9d0e3499
commit 1e7fd85666
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@ $wp_version = '4.5-alpha-35776-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 36679;
$wp_db_version = 36686;
/**
* Holds the TinyMCE version