Make WordPress Core

Changeset 43519


Ignore:
Timestamp:
07/22/2018 12:25:48 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct the parameter type for WP_REST_Post_Types_Controller::prepare_item_for_response().

Props subrataemfluence

Fixes #44437

File:
1 edited

Legend:

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

    r43087 r43519  
    146146         * @since 4.7.0
    147147         *
    148          * @param stdClass        $post_type Post type data.
     148         * @param WP_Post_Type    $post_type Post type object.
    149149         * @param WP_REST_Request $request   Full details about the request.
    150150         * @return WP_REST_Response Response object.
Note: See TracChangeset for help on using the changeset viewer.