Upgrade the database so we get all the new options for thumbnail size etc in all blogs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1551a9298b
commit
5180584bfb
|
@ -198,7 +198,7 @@ function upgrade_all() {
|
||||||
if ( $wp_current_db_version < 6124 )
|
if ( $wp_current_db_version < 6124 )
|
||||||
upgrade_230_old_tables();
|
upgrade_230_old_tables();
|
||||||
|
|
||||||
if ( $wp_current_db_version < 7098 )
|
if ( $wp_current_db_version < 7499 )
|
||||||
upgrade_250();
|
upgrade_250();
|
||||||
|
|
||||||
maybe_disable_automattic_widgets();
|
maybe_disable_automattic_widgets();
|
||||||
|
@ -725,6 +725,7 @@ function upgrade_250() {
|
||||||
if ( $wp_current_db_version < 6689 ) {
|
if ( $wp_current_db_version < 6689 ) {
|
||||||
populate_roles_250();
|
populate_roles_250();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// The functions we use to actually do stuff
|
// The functions we use to actually do stuff
|
||||||
|
|
|
@ -16,6 +16,6 @@ $wp_version = '2.5-RC1.1';
|
||||||
*
|
*
|
||||||
* @global int $wp_db_version
|
* @global int $wp_db_version
|
||||||
*/
|
*/
|
||||||
$wp_db_version = 7098;
|
$wp_db_version = 7499;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue