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

git-svn-id: https://develop.svn.wordpress.org/trunk@4974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-03-07 01:25:17 +00:00
parent 4ad04f487e
commit ea13d64342
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ $start = " start='$offset'";
<?php comment_text() ?>
<p><?php comment_date('M j, g:i A'); ?> &#8212; [
<p><?php comment_date(__('M j, g:i A')); ?> &#8212; [
<?php
if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
echo " <a href='comment.php?action=editcomment&amp;c=".$comment->comment_ID."'>" . __('Edit') . '</a>';