From 2c433c747de7af46f81f19eb23532450b708f57a Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@9471 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 c42812b3f1..d85c0e24b2 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 ) );