Site Health: Add timezone to Site Health Info page.
Props justinahinon, sharaz, artisticasad, Rarst. Fixes #47842. Built from https://develop.svn.wordpress.org/trunk@45889 git-svn-id: http://core.svn.wordpress.org/trunk@45700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -71,6 +71,10 @@ class WP_Debug_Data {
|
||||
'label' => __( 'User Language' ),
|
||||
'value' => get_user_locale(),
|
||||
),
|
||||
'timezone' => array(
|
||||
'label' => __( 'Timezone' ),
|
||||
'value' => wp_timezone_string(),
|
||||
),
|
||||
'home_url' => array(
|
||||
'label' => __( 'Home URL' ),
|
||||
'value' => get_bloginfo( 'url' ),
|
||||
|
||||
Reference in New Issue
Block a user