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
  • trunk/wp-admin/edit.php

    r4659 r4802  
    178178    case 'date':
    179179        ?>
    180         <td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else the_time('Y-m-d \<\b\r \/\> g:i:s a'); ?></td>
     180        <td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else the_time(_('Y-m-d \<\b\r \/\> g:i:s a')); ?></td>
    181181        <?php
    182182        break;
     
    280280<?php comment_text() ?>
    281281
    282 <p><?php comment_date('M j, g:i A');  ?> &#8212; [
     282<p><?php comment_date(__('M j, g:i A'));  ?> &#8212; [
    283283<?php
    284284if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
Note: See TracChangeset for help on using the changeset viewer.