Changeset 11323 for trunk/wp-admin/options-general.php
- Timestamp:
- 05/14/2009 02:00:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r11312 r11323 97 97 <tr> 98 98 <?php 99 if ( !wp_timezone_supported()) : // no magic timezone support here99 if ( !wp_timezone_supported() ) : // no magic timezone support here 100 100 ?> 101 101 <th scope="row"><label for="gmt_offset"><?php _e('Timezone') ?> </label></th> … … 125 125 ?> 126 126 </select> 127 <?php _e('hours') ?>127 <?php _e('hours'); ?> 128 128 <span id="utc-time"><?php printf(__('<abbr title="Coordinated Universal Time">UTC</abbr> time is <code>%s</code>'), date_i18n( $time_format, false, 'gmt')); ?></span> 129 129 <?php if ($current_offset) : ?>
Note: See TracChangeset
for help on using the changeset viewer.