Bump the other upgrade check, Fixes r14138. See #11866

git-svn-id: https://develop.svn.wordpress.org/trunk@14140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-04-18 06:18:00 +00:00
parent ec4f5b83bf
commit 7a1c3bdf27
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ function upgrade_all() {
if ( $wp_current_db_version < 11958 )
upgrade_290();
if ( $wp_current_db_version < 13974 )
if ( $wp_current_db_version < 14138 )
upgrade_300();
maybe_disable_automattic_widgets();