Make WordPress Core

Changeset 32559


Ignore:
Timestamp:
05/23/2015 07:32:06 PM (10 years ago)
Author:
DrewAPicture
Message:

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

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r32558 r32559  
    534534     * @since 2.6.0
    535535     *
    536      * @param array  $args {
     536     * @param array $args {
    537537     *     Method parameters, in this order:
    538538     *
    539      *     @type string $username
    540      *     @type string $password
     539     *     @type string $username Username.
     540     *     @type string $password Password.
    541541     * }
    542542     * @return array|IXR_Error Array contains:
Note: See TracChangeset for help on using the changeset viewer.