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:
parent
ee71a2ea33
commit
967f52add2
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user