WordPress/wp-includes/IXR
Sergey Biryukov 66591d00ab Code Modernization: Introduce the spread operator in wp-includes/IXR.
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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@47973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-28 18:25:02 +00:00
..
class-IXR-base64.php
class-IXR-client.php Code Modernization: Introduce the spread operator in wp-includes/IXR. 2020-06-28 18:25:02 +00:00
class-IXR-clientmulticall.php Code Modernization: Introduce the spread operator in wp-includes/IXR. 2020-06-28 18:25:02 +00:00
class-IXR-date.php
class-IXR-error.php
class-IXR-introspectionserver.php
class-IXR-message.php
class-IXR-request.php
class-IXR-server.php
class-IXR-value.php