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

See #32246.


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
1 changed files with 3 additions and 3 deletions

View File

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