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

git-svn-id: https://develop.svn.wordpress.org/trunk@10828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-03-20 01:11:17 +00:00
parent 5b46fbafd5
commit 03bdfb3f17

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