Make WordPress Core

Ticket #59420: 59420.5.patch

File 59420.5.patch, 504 bytes (added by upadalavipul, 12 months ago)
  • IXR/class-IXR-introspectionserver.php

     
    7575        }
    7676        $method = $this->callbacks[$methodname];
    7777        $signature = $this->signatures[$methodname];
    78         $returnType = array_shift($signature);
    7978
    8079        // Check the number of arguments
    8180        if (count($args) != count($signature)) {