Docs: Switch more docs over to typed array notation, plus some fixes.
See #48303, #41756 Built from https://develop.svn.wordpress.org/trunk@46596 git-svn-id: http://core.svn.wordpress.org/trunk@46393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -161,7 +161,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param array $methods An array of XML-RPC methods.
|
||||
* @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
|
||||
*/
|
||||
$this->methods = apply_filters( 'xmlrpc_methods', $this->methods );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user