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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-04-18 06:18:00 +00:00
parent 6ec7cb4540
commit ceea02c6c8
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();