Use a valid parameter type of string for the $name
parameter in the xmlrpc_call
hook docs.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@32560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
967f52add2
commit
b0f632a406
@ -570,7 +570,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @param method $name The method name.
|
||||
* @param string $name The method name.
|
||||
*/
|
||||
do_action( 'xmlrpc_call', 'wp.getUsersBlogs' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user