Docs: Correct DocBlock formatting for rest_pre_serve_request filter.

Follow-up to [34928].

See #64224.
Built from https://develop.svn.wordpress.org/trunk@61428


git-svn-id: http://core.svn.wordpress.org/trunk@60740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-01-04 23:27:35 +00:00
parent 44deb16935
commit c7dc39302c
2 changed files with 2 additions and 3 deletions

View File

@@ -506,8 +506,7 @@ class WP_REST_Server {
*
* @since 4.4.0
*
* @param bool $served Whether the request has already been served.
* Default false.
* @param bool $served Whether the request has already been served. Default false.
* @param WP_HTTP_Response $result Result to send to the client. Usually a `WP_REST_Response`.
* @param WP_REST_Request $request Request used to generate the response.
* @param WP_REST_Server $server Server instance.

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61427';
$wp_version = '7.0-alpha-61428';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.