Changeset 943

Show
Ignore:
Timestamp:
02/26/04 16:14:10 (5 years ago)
Author:
michelvaldrighi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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)) {