Create gmt_offset option for fresh installs. Fallout from [2966]. fixes #1803
git-svn-id: http://svn.automattic.com/wordpress/trunk@2974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
faa8397c00
commit
5521083d41
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue