From 02e5cb6f9d2bc59e459986ff57de8ea3ff90277e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Sep 2013 10:11:09 +0000 Subject: [PATCH] Escape URLs in feed_links(). props Chouby. fixes #25212. Built from https://develop.svn.wordpress.org/trunk@25207 git-svn-id: http://core.svn.wordpress.org/trunk@25179 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 1e6cf92da3..7fb4485fec 100644 --- a/wp-includes/general-template.php +++ b/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"; } /**