Fix HTML Validation. Props wahgnube. Fixes #12530.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcd6daf2cf
commit
cc8d80cd44
wp-admin
|
@ -187,9 +187,9 @@ if (empty($tzstring)) { // Create a UTC+- zone if no timezone string exists
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<br />
|
<br />
|
||||||
<span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span>
|
<span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span>
|
||||||
|
<?php if ($check_zone_info && $tzstring) : ?>
|
||||||
<br />
|
<br />
|
||||||
<span>
|
<span>
|
||||||
<?php if ($check_zone_info && $tzstring) : ?>
|
|
||||||
<?php
|
<?php
|
||||||
$now = localtime(time(),true);
|
$now = localtime(time(),true);
|
||||||
if ($now['tm_isdst']) _e('This timezone is currently in daylight saving time.');
|
if ($now['tm_isdst']) _e('This timezone is currently in daylight saving time.');
|
||||||
|
|
Loading…
Reference in New Issue