Make WordPress Core


Ignore:
Timestamp:
03/07/2007 01:25:17 AM (19 years ago)
Author:
ryan
Message:

gettext date formats. Props rob1n and yskin. fixes #3863

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r4781 r4974  
    154154<?php comment_text() ?>
    155155
    156 <p><?php comment_date('M j, g:i A');  ?> &#8212; [
     156<p><?php comment_date(__('M j, g:i A'));  ?> &#8212; [
    157157<?php
    158158if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
Note: See TracChangeset for help on using the changeset viewer.