Make WordPress Core


Ignore:
Timestamp:
04/28/2004 08:31:41 PM (22 years ago)
Author:
saxmatt
Message:

Gremlins in the options machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1203 r1206  
    5151
    5252function current_time($type, $gmt = 0) {
    53         $time_difference = get_settings('time_difference');
    5453        switch ($type) {
    5554                case 'mysql':
     
    300299                return false;
    301300        }
    302 
    303         // until we switch to using 'gmt_offset' everywhere
    304         $setting = str_replace('time_difference', 'gmt_offset', $setting);
    305301
    306302        if ( (empty($cache_settings)) ) {
Note: See TracChangeset for help on using the changeset viewer.