Make WordPress Core


Ignore:
Timestamp:
01/25/2007 02:08:54 AM (18 years ago)
Author:
ryan
Message:

Make some date/time formats translateable. Props teknoseyir and nbachiyski. fixes #3661

File:
1 edited

Legend:

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

    r4480 r4802  
    6161<tr>
    6262<th scope="row"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th>
    63 <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
     63<td><code><?php echo gmdate(__('Y-m-d g:i:s a')); ?></code></td>
    6464</tr>
    6565<tr>
Note: See TracChangeset for help on using the changeset viewer.