Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:21:07 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct various docblocks documentation.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php

    r46586 r46821  
    180180     * @since 4.7.0
    181181     *
    182      * @param stdClass        $taxonomy Taxonomy data.
     182     * @param WP_Taxonomy     $taxonomy Taxonomy data.
    183183     * @param WP_REST_Request $request  Full details about the request.
    184184     * @return WP_REST_Response Response object.
     
    263263         *
    264264         * @param WP_REST_Response $response The response object.
    265          * @param object           $item     The original taxonomy object.
     265         * @param WP_Taxonomy      $item     The original taxonomy object.
    266266         * @param WP_REST_Request  $request  Request used to generate the response.
    267267         */
Note: See TracChangeset for help on using the changeset viewer.