mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-04 04:19:29 +00:00
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
@ -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…
x
Reference in New Issue
Block a user