Make WordPress Core


Ignore:
Timestamp:
02/26/2004 04:14:10 PM (21 years ago)
Author:
michelvaldrighi
Message:

aliasing time_difference to gmt_offset in get_settings(), for great justice

File:
1 edited

Legend:

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

    r938 r943  
    280280        return false;
    281281    }
     282
     283    // until we switch to using 'gmt_offset' everywhere
     284    $setting = str_replace('time_difference', 'gmt_offset', $setting);
    282285
    283286    if ((empty($cache_settings)) OR (!$use_cache)) {
Note: See TracChangeset for help on using the changeset viewer.