From 226f9a97891c67e2f22b24f4fd7d54e5e4fdc2b3 Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 20 Mar 2009 01:11:17 +0000 Subject: [PATCH] Fix notice in general settings, props sivel, fixes #9369 git-svn-id: http://svn.automattic.com/wordpress/trunk@10828 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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.') :