Changeset 11329
- Timestamp:
- 05/14/2009 04:23:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r11323 r11329 3095 3095 && function_exists('timezone_offset_get') 3096 3096 ) 3097 return true;3098 3099 return false;3097 return apply_filters('timezone_support',true); 3098 3099 return apply_filters('timezone_support',false); 3100 3100 } 3101 3101
Note: See TracChangeset
for help on using the changeset viewer.