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:
parent
0cafc9abe7
commit
c38daf6a7e
|
@ -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();
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
*
|
||||
* @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.
|
||||
*
|
||||
* @global int $wp_db_version
|
||||
*/
|
||||
$wp_db_version = 36679;
|
||||
$wp_db_version = 36686;
|
||||
|
||||
/**
|
||||
* Holds the TinyMCE version
|
||||
|
|
Loading…
Reference in New Issue