From 4d75b0f33687b3ebb923f929dfc976fcf209ddae Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 7 Aug 2013 11:16:29 +0000 Subject: [PATCH] Use a CDATA second for comment authors in RSS2 comment feeds so that HTML in comments doesn't kill the XML validation. Fixes #17767 props wonderboymusic, dzver. git-svn-id: https://develop.svn.wordpress.org/trunk@25009 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed-rss2-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/feed-rss2-comments.php b/src/wp-includes/feed-rss2-comments.php index a6a91016a6..801b91fba5 100644 --- a/src/wp-includes/feed-rss2-comments.php +++ b/src/wp-includes/feed-rss2-comments.php @@ -47,7 +47,7 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); } ?> - + ]]>