From 03bdfb3f17748fc40d399c2ad8516b566da52fc4 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 20 Mar 2009 01:11:17 +0000 Subject: [PATCH] Fix notice in general settings, props sivel, fixes #9369 git-svn-id: https://develop.svn.wordpress.org/trunk@10828 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 3c85e81266..f94801f3f3 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.') :