From 18066945aebfe9c43dee239985af3b5d6907fbcf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 23 May 2015 19:33:27 +0000 Subject: [PATCH] Add missing argument descriptions for the `$args` hash notation in `wp_xmlrpc_server->wp_getUsersBlogs()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@32559 git-svn-id: http://core.svn.wordpress.org/trunk@32529 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-xmlrpc-server.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index 5a7a8b308d..094bac907d 100644 --- a/wp-includes/class-wp-xmlrpc-server.php +++ b/wp-includes/class-wp-xmlrpc-server.php @@ -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' diff --git a/wp-includes/version.php b/wp-includes/version.php index 42fb411b5e..7329f245ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32558'; +$wp_version = '4.3-alpha-32559'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.