We're not lame if they don't have the PHP 5 DateTime library. Change the message when there is no timezone support. props neoxx, fixes #12580.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c602ff86c3
commit
cb6f8774b1
|
@ -151,7 +151,7 @@ foreach ( $offset_range as $offset ) {
|
|||
<span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span>
|
||||
<?php endif; ?>
|
||||
<br />
|
||||
<span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. Lame, we know, but will be fixed in the future.'); ?></span>
|
||||
<span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. The PHP Date/Time library is not supported by your web host.'); ?></span>
|
||||
</td>
|
||||
<?php
|
||||
else: // looks like we can do nice timezone selection!
|
||||
|
|
Loading…
Reference in New Issue