diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 9b86569323..662184a829 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -103,6 +103,7 @@ $new_admin_email = get_option( 'new_admin_email' ); if ( $new_admin_email && $new_admin_email != get_option('admin_email') ) : ?>
Cancel' ),
'' . esc_html( $new_admin_email ) . '',
esc_url( admin_url( 'options.php?dismiss=new_admin_email' ) )
@@ -143,13 +144,15 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
UTC time is %s' ),
'' . date_i18n( $timezone_format, false, 'gmt' ) . ''
);
?>
' . date_i18n( $timezone_format ) . ''
);
?>