From a14caf52877c3a80919bf8ec4cbd438b5d595767 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 10 Dec 2009 08:42:45 +0000 Subject: [PATCH] Use esc_url_raw() on wp:comment_author_url in exports. fixes #9524 git-svn-id: https://develop.svn.wordpress.org/trunk@12359 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php index c9b128320a..921a2377d9 100644 --- a/wp-admin/includes/export.php +++ b/wp-admin/includes/export.php @@ -358,7 +358,7 @@ if ( $comments ) { foreach ( $comments as $c ) { ?> comment_ID; ?> comment_author); ?> comment_author_email; ?> -comment_author_url; ?> +comment_author_url ); ?> comment_author_IP; ?> comment_date; ?> comment_date_gmt; ?>