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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-04 00:41:49 +00:00
parent 1365d48ac2
commit 241d5fb011
3 changed files with 4 additions and 3 deletions

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