Changeset 1206 for trunk/wp-includes/functions.php
- Timestamp:
- 04/28/2004 08:31:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1203 r1206 51 51 52 52 function current_time($type, $gmt = 0) { 53 $time_difference = get_settings('time_difference');54 53 switch ($type) { 55 54 case 'mysql': … … 300 299 return false; 301 300 } 302 303 // until we switch to using 'gmt_offset' everywhere304 $setting = str_replace('time_difference', 'gmt_offset', $setting);305 301 306 302 if ( (empty($cache_settings)) ) {
Note: See TracChangeset
for help on using the changeset viewer.