Make WordPress Core

Changeset 61428


Ignore:
Timestamp:
01/04/2026 11:25:45 PM (8 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for rest_pre_serve_request filter.

Follow-up to [34928].

See #64224.

File:
1 edited

Legend:

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

    r61141 r61428  
    507507                 * @since 4.4.0
    508508                 *
    509                  * @param bool             $served  Whether the request has already been served.
    510                  *                                           Default false.
     509                 * @param bool             $served  Whether the request has already been served. Default false.
    511510                 * @param WP_HTTP_Response $result  Result to send to the client. Usually a `WP_REST_Response`.
    512511                 * @param WP_REST_Request  $request Request used to generate the response.
Note: See TracChangeset for help on using the changeset viewer.