Fix HTML Validation. Props wahgnube. Fixes #12530.
git-svn-id: https://develop.svn.wordpress.org/trunk@13605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b70fbbf893
commit
6200c24c13
@ -187,9 +187,9 @@ if (empty($tzstring)) { // Create a UTC+- zone if no timezone string exists
|
||||
<?php endif; ?>
|
||||
<br />
|
||||
<span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span>
|
||||
<?php if ($check_zone_info && $tzstring) : ?>
|
||||
<br />
|
||||
<span>
|
||||
<?php if ($check_zone_info && $tzstring) : ?>
|
||||
<?php
|
||||
$now = localtime(time(),true);
|
||||
if ($now['tm_isdst']) _e('This timezone is currently in daylight saving time.');
|
||||
|
Loading…
Reference in New Issue
Block a user