diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 3c85e8126..f94801f3f 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -167,7 +167,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists } } - if ($found) { + if ( isset($found) && $found === true ) { _e(' '); $message = $tr['isdst'] ? __('This timezone switches to daylight savings time on: %s.') :