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.