Make WordPress Core

Changeset 45889


Ignore:
Timestamp:
08/24/2019 07:36:33 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Add timezone to Site Health Info page.

Props justinahinon, sharaz, artisticasad, Rarst.
Fixes #47842.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r45782 r45889  
    7171                    'label' => __( 'User Language' ),
    7272                    'value' => get_user_locale(),
     73                ),
     74                'timezone'               => array(
     75                    'label' => __( 'Timezone' ),
     76                    'value' => wp_timezone_string(),
    7377                ),
    7478                'home_url'               => array(
Note: See TracChangeset for help on using the changeset viewer.