Make WordPress Core

Changeset 33407


Ignore:
Timestamp:
07/23/2015 01:18:07 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Fix incorrect indentation for the wp_xmlrpc_server->wp_getPostFormats() DocBlock.

Also adds a missing return description.

Props TomHarrigan.
Fixes #33078.

File:
1 edited

Legend:

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

    r33343 r33407  
    38893889
    38903890    /**
    3891       * Retrieves a list of post formats used by the site
    3892       *
    3893       * @since 3.1.0
    3894       *
     3891     * Retrieves a list of post formats used by the site.
     3892     *
     3893     * @since 3.1.0
     3894     *
    38953895     * @param array  $args {
    38963896     *     Method arguments. Note: arguments must be ordered as documented.
     
    39003900     *     @type string $password
    39013901     * }
    3902       * @return array|IXR_Error
    3903       */
     3902     * @return array|IXR_Error List of post formats, otherwise IXR_Error object.
     3903     */
    39043904    public function wp_getPostFormats( $args ) {
    39053905        $this->escape( $args );
Note: See TracChangeset for help on using the changeset viewer.