wp/wp-includes/IXR/class-IXR-message.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
child 22 8c2e4d02f4ef
--- 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':