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

git-svn-id: https://develop.svn.wordpress.org/trunk@10332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-01-08 04:31:08 +00:00
parent 93cf95974a
commit 51406e542e
1 changed files with 1 additions and 1 deletions

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