From bec5b4f188215ad3579192bf867b06c09995c07a Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 7 Mar 2007 01:25:17 +0000 Subject: [PATCH] gettext date formats. Props rob1n and yskin. fixes #3863 git-svn-id: http://svn.automattic.com/wordpress/trunk@4974 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 5d1d8f5c2..e8fd200a0 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 76b047398..abddc6c5d 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') . " | "; ?>