Make WordPress Core


Ignore:
Timestamp:
05/26/2010 06:30:51 PM (14 years ago)
Author:
nacin
Message:

Final bit of escaping in feeds. fixes #13555

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed.php

    r14950 r14952  
    210210 */
    211211function comment_guid($comment_id = null) {
    212     echo get_comment_guid($comment_id);
     212    echo esc_url( get_comment_guid($comment_id) );
    213213}
    214214
Note: See TracChangeset for help on using the changeset viewer.