From 29e22747936cecfbecdeb5f224342618d606c130 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 19 Feb 2016 16:08:51 +0000 Subject: [PATCH] Accessibility: Fix displaying of Universal time and Local time info on the General Settings screen. In [36263] they were mistakenly moved within a conditional check. Fixes #35064. git-svn-id: https://develop.svn.wordpress.org/trunk@36585 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 11bda9545e..89830222f5 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -146,7 +146,6 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists

-

+

-

+