Ticket #47842: #47842.patch
File #47842.patch, 923 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-debug-data.php
42 42 $core_version = get_bloginfo( 'version' ); 43 43 $core_updates = get_core_updates(); 44 44 $core_update_needed = ''; 45 $core_gmt_offset = get_option( 'gmt_offset' ); 45 46 46 47 foreach ( $core_updates as $core => $update ) { 47 48 if ( 'upgrade' === $update->response ) { … … 71 72 'label' => __( 'User Language' ), 72 73 'value' => get_user_locale(), 73 74 ), 75 'core_timezone' => array( 76 'label' => __( 'Site Time Offset' ), 77 'value' => __( 'UTC + ' ) . $core_gmt_offset, 78 ), 74 79 'home_url' => array( 75 80 'label' => __( 'Home URL' ), 76 81 'value' => get_bloginfo( 'url' ),