mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
Timezone fixes, I hope.
git-svn-id: https://develop.svn.wordpress.org/trunk@1150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -24,7 +24,6 @@ get_currentuserinfo();
|
||||
$posts_per_page = get_settings('posts_per_page');
|
||||
$what_to_show = get_settings('what_to_show');
|
||||
$archive_mode = get_settings('archive_mode');
|
||||
$time_difference = get_settings('time_difference');
|
||||
$date_format = stripslashes(get_settings('date_format'));
|
||||
$time_format = stripslashes(get_settings('time_format'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user