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:
parent
5b46fbafd5
commit
03bdfb3f17
@ -167,7 +167,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($found) {
|
if ( isset($found) && $found === true ) {
|
||||||
_e(' ');
|
_e(' ');
|
||||||
$message = $tr['isdst'] ?
|
$message = $tr['isdst'] ?
|
||||||
__('This timezone switches to daylight savings time on: %s.') :
|
__('This timezone switches to daylight savings time on: %s.') :
|
||||||
|
Loading…
Reference in New Issue
Block a user