From de3e6af863ae250a51f45f1ee0c7be112e8de9d8 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Mon, 3 Nov 2008 07:07:39 +0000 Subject: [PATCH] Fix small typo in last commit. git-svn-id: http://svn.automattic.com/wordpress/trunk@9492 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index bb03ec221..2200bf33a 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -55,7 +55,7 @@ $url = attribute_escape( $comment->comment_author_url );
%1$s'); +$stamp = __('Submitted on: %1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?>