Make WordPress Core


Ignore:
Timestamp:
05/14/2009 02:00:32 AM (16 years ago)
Author:
ryan
Message:

Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730

File:
1 edited

Legend:

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

    r11312 r11323  
    9797<tr>
    9898<?php
    99 if (!wp_timezone_supported()) : // no magic timezone support here
     99if ( !wp_timezone_supported() ) : // no magic timezone support here
    100100?>
    101101<th scope="row"><label for="gmt_offset"><?php _e('Timezone') ?> </label></th>
     
    125125?>
    126126</select>
    127 <?php _e('hours') ?>
     127<?php _e('hours'); ?>
    128128<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>
    129129<?php if ($current_offset) : ?>
Note: See TracChangeset for help on using the changeset viewer.