From ba667f56d88fc0fe5521b555b0811b4138bb36ee Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Sep 2013 10:10:09 +0000 Subject: [PATCH] Escape URLs in feed_links(). props Chouby. fixes #25212. git-svn-id: https://develop.svn.wordpress.org/trunk@25207 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 1e6cf92da3..7fb4485fec 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -1639,8 +1639,8 @@ function feed_links( $args = array() ) { $args = wp_parse_args( $args, $defaults ); - echo '\n"; - echo '\n"; + echo '\n"; + echo '\n"; } /**