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:
Dion Hulse 2010-03-06 09:47:38 +00:00
parent b70fbbf893
commit 6200c24c13
1 changed files with 1 additions and 1 deletions

View File

@ -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.');