Ticket #59420: 59420.6.patch
| File 59420.6.patch, 620 bytes (added by , 2 years ago) |
|---|
-
wp-includes/IXR/class-IXR-introspectionserver.php
73 73 if (!$this->hasMethod($methodname)) { 74 74 return new IXR_Error(-32601, 'server error. requested method "'.$this->message->methodName.'" not specified.'); 75 75 } 76 $method = $this->callbacks[$methodname];77 76 $signature = $this->signatures[$methodname]; 78 77 $returnType = array_shift($signature); 79 78