From 2444331b6ac9e6210a997e4e46b91e5c6e3d9e82 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 8 Jan 2009 04:31:08 +0000 Subject: [PATCH] Clean comment link. Props nbachiyski. fixes #8405 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@10332 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 916d84ffc..9ad722991 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -252,7 +252,7 @@ function get_comment_guid() { * @since 1.5.0 */ function comment_link() { - echo get_comment_link(); + echo clean_url( get_comment_link() ); } /**