Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534

git-svn-id: http://svn.automattic.com/wordpress/trunk@13616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-03-07 02:51:55 +00:00
parent 84618548d7
commit a9e3eb84e8
1 changed files with 1 additions and 0 deletions

View File

@ -3736,6 +3736,7 @@ function wp_timezone_override_offset() {
function wp_timezone_supported() {
$support = false;
if (
function_exists( 'date_create' ) &&
function_exists( 'date_default_timezone_set' ) &&
function_exists( 'timezone_identifiers_list' ) &&
function_exists( 'timezone_open' ) &&