Set autosave_interval for fresh installs. DEfault to 60 if autosave_interval is not set. see #6075

git-svn-id: https://develop.svn.wordpress.org/trunk@7148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-04 00:41:49 +00:00
parent 2d5d310247
commit 0f009c4b9f
3 changed files with 4 additions and 3 deletions
-2
View File
@@ -725,8 +725,6 @@ 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