diff --git a/wp-includes/IXR/class-IXR-message.php b/wp-includes/IXR/class-IXR-message.php index 6c1279e69c4c..2b27293f52cb 100644 --- a/wp-includes/IXR/class-IXR-message.php +++ b/wp-includes/IXR/class-IXR-message.php @@ -144,7 +144,7 @@ function parse() function tag_open($parser, $tag, $attr) { $this->_currentTagContents = ''; - $this->currentTag = $tag; + $this->_currentTag = $tag; switch($tag) { case 'methodCall': case 'methodResponse': diff --git a/wp-includes/version.php b/wp-includes/version.php index 678b311ff1d5..404a90a6df6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55104'; +$wp_version = '6.2-alpha-55105'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.