Skip to content

Commit e4c33e5

Browse files
Docs: Correct DocBlock formatting for rest_pre_serve_request filter.
Follow-up to [34928]. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61428 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cf2c838 commit e4c33e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-includes/rest-api/class-wp-rest-server.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,7 @@ public function serve_request( $path = null ) {
506506
*
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.
513512
* @param WP_REST_Server $server Server instance.

0 commit comments

Comments
 (0)