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:
parent
f26797d298
commit
226f9a9789
|
@ -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.') :
|
||||
|
|
Loading…
Reference in New Issue