Clean comment link. Props nbachiyski. fixes #8405 for 2.7

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-01-08 04:31:22 +00:00
parent 27f1313c68
commit 7622069daf

View File

@ -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() );
}
/**