From d524ab13dc136920981eedeb2034fed32cbf2766 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sun, 2 Nov 2008 02:22:41 +0000 Subject: [PATCH] Fix typo in edit-form-comment.php, props 112502, fixes #8037 git-svn-id: http://svn.automattic.com/wordpress/trunk@9471 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 c42812b3f..d85c0e24b 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -63,7 +63,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) );