Ticket #12530: options-general.patch
| File options-general.patch, 525 bytes (added by , 16 years ago) |
|---|
-
wp-admin/options-general.php
188 188 <br /> 189 189 <span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span> 190 190 <br /> 191 <span>192 191 <?php if ($check_zone_info && $tzstring) : ?> 192 <span> 193 193 <?php 194 194 $now = localtime(time(),true); 195 195 if ($now['tm_isdst']) _e('This timezone is currently in daylight saving time.');