wordpress-develop/src/wp-includes/IXR
Sergey Biryukov 675fe390b9 Code Modernization: Use correct property in IXR_Message::tag_open().
The `IXR_Message` class declares a property `_currentTag`, which is never assigned or used. It does assign to `currentTag` instead, which outside of that one assignment is never used either.

Since there are various other underscore-prefixed properties declared on the class, including one named `_currentTagContents` which is used in several places, it appears that the declared property is correct and the assignment is a typo.

This commit resolves a notice on PHP 8.2:
{{{
Deprecated: Creation of dynamic property IXR_Message::$currentTag is deprecated
}}}

Follow-up to [1346].

Props bjorsch, kraftbj, jrf, mukesh27, SergeyBiryukov.
See #56790.

git-svn-id: https://develop.svn.wordpress.org/trunk@55105 602fd350-edb4-49c9-b593-d223f7449a82
2023-01-20 01:34:41 +00:00
..
class-IXR-base64.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-client.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:48:48 +00:00
class-IXR-clientmulticall.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:48:48 +00:00
class-IXR-date.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:11:37 +00:00
class-IXR-error.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-introspectionserver.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-message.php Code Modernization: Use correct property in IXR_Message::tag_open(). 2023-01-20 01:34:41 +00:00
class-IXR-request.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00
class-IXR-server.php XML-RPC: Set HTTP status code in accordance with the spec. 2021-05-24 02:17:36 +00:00
class-IXR-value.php XML-RPC: break up class-IXR.php into individual class files. 2016-08-26 22:07:14 +00:00