From 8f2d7720dba0f9492de5fb33a681dd22c6ff9e9f Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://svn.automattic.com/wordpress/trunk@12359 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; ?>