Make WordPress Core


Ignore:
Timestamp:
05/11/2009 05:31:30 PM (17 years ago)
Author:
ryan
Message:

Add timezone_string to populate_options. Props hakre. fixes #9706

File:
1 edited

Legend:

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

    r10902 r11264  
    304304    'widget_categories' => array(),
    305305    'widget_text' => array(),
    306     'widget_rss' => array()
     306    'widget_rss' => array(),
     307   
     308    // 2.8
     309    'timezone_string' => ''
    307310    );
    308311
Note: See TracChangeset for help on using the changeset viewer.