Ticket #3962: tz_filter.diff
File tz_filter.diff, 453 bytes (added by , 16 years ago) |
---|
-
wp-includes/functions.php
3087 3087 && function_exists('timezone_open') 3088 3088 && function_exists('timezone_offset_get') 3089 3089 ) 3090 return true;3090 return apply_filters('timezone_support',true); 3091 3091 3092 return false;3092 return apply_filters('timezone_support',false); 3093 3093 } 3094 3094 3095 3095 /**