mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534
git-svn-id: https://develop.svn.wordpress.org/trunk@13616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d2232722ea
commit
bcf8d7598e
@ -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
Block a user