mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Post Edit Collision Detection from mdawaffe. fixes #6043
git-svn-id: https://develop.svn.wordpress.org/trunk@7103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -198,7 +198,7 @@ function upgrade_all() {
|
||||
if ( $wp_current_db_version < 6124 )
|
||||
upgrade_230_old_tables();
|
||||
|
||||
if ( $wp_current_db_version < 6689 )
|
||||
if ( $wp_current_db_version < 7098 )
|
||||
upgrade_250();
|
||||
|
||||
maybe_disable_automattic_widgets();
|
||||
@@ -725,6 +725,8 @@ function upgrade_250() {
|
||||
if ( $wp_current_db_version < 6689 ) {
|
||||
populate_roles_250();
|
||||
}
|
||||
|
||||
add_option('autosave_interval', 60);
|
||||
}
|
||||
|
||||
// The functions we use to actually do stuff
|
||||
|
||||
Reference in New Issue
Block a user