Fix notice in general settings, props sivel, fixes #9369

git-svn-id: http://svn.automattic.com/wordpress/trunk@10828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-03-20 01:11:17 +00:00
parent f26797d298
commit 226f9a9789
1 changed files with 1 additions and 1 deletions

View File

@ -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.') :