WordPress/wp-includes/IXR
Sergey Biryukov 6cb2f5491b Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client.
Rather than relying `func_get_args()` to retrieve arbitrary function arguments, we can now use the spread operator to assign them directly to a variable.

This makes the signature of `WP_HTTP_IXR_Client::query()` compatible with the parent class method.

Follow-up to [48204].

Props ayeshrajans.
See #48267, #47678.
Built from https://develop.svn.wordpress.org/trunk@48238


git-svn-id: http://core.svn.wordpress.org/trunk@48007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-30 19:50:04 +00:00
..
class-IXR-base64.php
class-IXR-client.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:50:04 +00:00
class-IXR-clientmulticall.php Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. 2020-06-30 19:50:04 +00:00
class-IXR-date.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:12:54 +00:00
class-IXR-error.php
class-IXR-introspectionserver.php
class-IXR-message.php Docs: Fix typo in xmlrpc_chunk_parsing_size filter description. 2019-03-28 16:53:51 +00:00
class-IXR-request.php
class-IXR-server.php General: Remove or add inline comments to $HTTP_RAW_POST_DATA occurrences. 2020-06-08 19:55:10 +00:00
class-IXR-value.php