Create gmt_offset option for fresh installs. Fallout from [2966]. fixes #1803

git-svn-id: https://develop.svn.wordpress.org/trunk@2974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-10-29 05:32:39 +00:00
parent 7ffc6d0838
commit 5fc5164297
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ function populate_options() {
add_option('ping_sites', 'http://rpc.pingomatic.com/');
add_option('advanced_edit', 0);
add_option('comment_max_links', 2);
add_option('gmt_offset', date('Z') / 3600);
// 1.5
add_option('default_email_category', 1, __('Posts by email go to this category'));
add_option('recently_edited');