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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user