Make WordPress Core


Ignore:
Timestamp:
01/10/2021 10:21:39 PM (4 years ago)
Author:
johnbillion
Message:

REST API: Corrections and improvements to docblocks for REST API filters.

See #51800

File:
1 edited

Legend:

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

    r47122 r49955  
    269269
    270270        /**
    271          * Filters a status returned from the REST API.
     271         * Filters a post status returned from the REST API.
    272272         *
    273273         * Allows modification of the status data right before it is returned.
     
    276276         *
    277277         * @param WP_REST_Response $response The response object.
    278          * @param object           $status   The original status object.
     278         * @param object           $status   The original post status object.
    279279         * @param WP_REST_Request  $request  Request used to generate the response.
    280280         */
Note: See TracChangeset for help on using the changeset viewer.