Make WordPress Core

Changeset 2974


Ignore:
Timestamp:
10/29/2005 05:32:39 AM (19 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r2966 r2974  
    204204    add_option('advanced_edit', 0);
    205205    add_option('comment_max_links', 2);
     206    add_option('gmt_offset', date('Z') / 3600);
    206207    // 1.5
    207208    add_option('default_email_category', 1, __('Posts by email go to this category'));
Note: See TracChangeset for help on using the changeset viewer.