Ticket #48267: 48267-lsp-fixes.2.patch
File 48267-lsp-fixes.2.patch, 588 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class-wp-http-ixr-client.php
diff --git a/src/wp-includes/class-wp-http-ixr-client.php b/src/wp-includes/class-wp-http-ixr-client.php index f873e8f728..5d105ad5bb 100644
a b public function __construct( $server, $path = false, $port = false, $timeout = 1 48 48 /** 49 49 * @return bool 50 50 */ 51 public function query() { 52 $args = func_get_args(); 51 public function query( ...$args ) { 53 52 $method = array_shift( $args ); 54 53 $request = new IXR_Request( $method, $args ); 55 54 $xml = $request->getXml();