diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 57488f2b38..48cbc63bb1 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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' ) &&