From 78d7917be710b6253df2c318d9f6981c1edd0485 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 19 Jul 2008 19:01:35 +0000 Subject: [PATCH] Resurrect 7615. see #7227 git-svn-id: https://develop.svn.wordpress.org/trunk@8378 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 fc20e06853..7e955d8236 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 = <<