Final bit of escaping in feeds. fixes #13555
git-svn-id: https://develop.svn.wordpress.org/trunk@14952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2c97921f07
commit
42bad1e654
@ -209,7 +209,7 @@ function comments_link_feed() {
|
||||
* @param int|object $comment_id Optional comment object or id. Defaults to global comment object.
|
||||
*/
|
||||
function comment_guid($comment_id = null) {
|
||||
echo get_comment_guid($comment_id);
|
||||
echo esc_url( get_comment_guid($comment_id) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user