From 942d030b1d8dab1a437f03c46c8a7e33f02602a5 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 29 Apr 2009 20:14:39 +0000 Subject: [PATCH] No need to attribute_escape a cleaned url. fixes #8587 git-svn-id: http://svn.automattic.com/wordpress/trunk@11127 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 8e5cac5e1..447d1b553 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -130,7 +130,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); - +