From a890785907b9fb83c42a56fd0e4590a21e288e81 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 19 Jul 2008 19:01:35 +0000 Subject: [PATCH] Resurrect 7615. see #7227 git-svn-id: http://svn.automattic.com/wordpress/trunk@8378 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-IXR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-IXR.php b/wp-includes/class-IXR.php index fc20e0685..7e955d823 100644 --- a/wp-includes/class-IXR.php +++ b/wp-includes/class-IXR.php @@ -611,7 +611,7 @@ class IXR_Error { var $message; function IXR_Error($code, $message) { $this->code = $code; - $this->message = $message; + $this->message = htmlspecialchars($message); } function getXml() { $xml = <<