mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 00:21:48 +01:00
Resurrect 7615. see #7227
git-svn-id: http://svn.automattic.com/wordpress/trunk@8378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d845973d7b
commit
a890785907
@ -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 = <<<EOD
|
||||
|
Loading…
Reference in New Issue
Block a user