From ea13d64342515793a298729cded313bd14ae35b0 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 7 Mar 2007 01:25:17 +0000 Subject: [PATCH] gettext date formats. Props rob1n and yskin. fixes #3863 git-svn-id: https://develop.svn.wordpress.org/trunk@4974 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 2 +- wp-admin/edit.php | 2 +- wp-admin/moderation.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 5d1d8f5c2b..e8fd200a06 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -153,7 +153,7 @@ $start = " start='$offset'"; -

— [ +

— [ comment_post_ID) ) { echo " " . __('Edit') . ''; diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 76b0473983..abddc6c5d2 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -177,7 +177,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'date': ?> - post_modified ) _e('Unpublished'); else the_time(_('Y-m-d \<\b\r \/\> g:i:s a')); ?> + post_modified ) _e('Unpublished'); else the_time(__('Y-m-d \<\b\r \/\> g:i:s a')); ?>

comment_author_email) { ?>| comment_author_url && 'http://' != $comment->comment_author_url) { ?> | |

-

— [ — [ comment_ID.'">' . __('Edit') . ' | '; echo " comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to delete this comment by '%s'.\n'Cancel' to stop, 'OK' to delete."), $comment->comment_author )) . "', theCommentList );\">" . __('Delete') . " | "; ?>