diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/IXR/class-IXR-message.php --- a/wp/wp-includes/IXR/class-IXR-message.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/IXR/class-IXR-message.php Fri Sep 05 18:40:08 2025 +0200 @@ -144,7 +144,7 @@ function tag_open($parser, $tag, $attr) { $this->_currentTagContents = ''; - $this->currentTag = $tag; + $this->_currentTag = $tag; switch($tag) { case 'methodCall': case 'methodResponse':