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:
parent
84618548d7
commit
a9e3eb84e8
|
@ -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' ) &&
|
||||
|
|
Loading…
Reference in New Issue