Advertisement
amereservant

Untitled

Sep 14th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. add_filter('timezone_support', 'no_tz_support');
  2. function no_tz_support()
  3. {
  4.     return false;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement