Make WordPress Core

Changeset 32586


Ignore:
Timestamp:
05/24/2015 08:34:07 PM (9 years ago)
Author:
DrewAPicture
Message:

Clarify that wp_xmlrpc_server->wp_getTaxonomies() returns an IXR_Error instance on failure.

See #32246.

File:
1 edited

Legend:

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

    r32585 r32586  
    22162216     *     @type array  $fields   Optional. The subset of taxonomy fields to return.
    22172217     * }
    2218      * @return array|string An associative array of taxonomy data with returned fields determined
    2219      *                      by `$fields`, or an error on failure.
     2218     * @return array|IXR_Error An associative array of taxonomy data with returned fields determined
     2219     *                         by `$fields`, or an IXR_Error instance on failure.
    22202220     */
    22212221    public function wp_getTaxonomies( $args ) {
Note: See TracChangeset for help on using the changeset viewer.