Add missing argument descriptions for the $args hash notation in wp_xmlrpc_server->wp_getUsersBlogs().

See .


git-svn-id: https://develop.svn.wordpress.org/trunk@32559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-05-23 19:32:06 +00:00
parent ee71a2ea33
commit 967f52add2

@ -536,8 +536,8 @@ class wp_xmlrpc_server extends IXR_Server {
* @param array $args { * @param array $args {
* Method parameters, in this order: * Method parameters, in this order:
* *
* @type string $username * @type string $username Username.
* @type string $password * @type string $password Password.
* } * }
* @return array|IXR_Error Array contains: * @return array|IXR_Error Array contains:
* - 'isAdmin' * - 'isAdmin'