Changeset 943 for trunk/wp-includes/functions.php
- Timestamp:
- 02/26/2004 04:14:10 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r938 r943 280 280 return false; 281 281 } 282 283 // until we switch to using 'gmt_offset' everywhere 284 $setting = str_replace('time_difference', 'gmt_offset', $setting); 282 285 283 286 if ((empty($cache_settings)) OR (!$use_cache)) {
Note: See TracChangeset
for help on using the changeset viewer.