Make WordPress Core

Changeset 13990


Ignore:
Timestamp:
04/04/2010 08:15:20 AM (15 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r13750 r13990  
    152152<?php endif; ?>
    153153<br />
    154 <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>
     154<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>
    155155</td>
    156156<?php
Note: See TracChangeset for help on using the changeset viewer.