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:
parent
93cf95974a
commit
51406e542e
|
@ -252,7 +252,7 @@ function get_comment_guid() {
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
function comment_link() {
|
function comment_link() {
|
||||||
echo get_comment_link();
|
echo clean_url( get_comment_link() );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue