From 6f5222b2a5c4a91fcc93418832b538e292b049f9 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 3 Nov 2008 07:07:39 +0000 Subject: [PATCH] Fix small typo in last commit. git-svn-id: https://develop.svn.wordpress.org/trunk@9492 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 bb03ec2217..2200bf33a0 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 ) ); ?>