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

git-svn-id: http://svn.automattic.com/wordpress/trunk@10332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-01-08 04:31:08 +00:00
parent 87dc61235c
commit 2444331b6a
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() );
}
/**