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:
Drew Jaynes 2015-05-23 19:35:33 +00:00
parent 967f52add2
commit b0f632a406

View File

@ -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' );