From 305e314259b8ebe320560db6e27089b10b6837aa Mon Sep 17 00:00:00 2001 From: DrewAPicture Date: Thu, 18 Feb 2016 18:17:04 +0000 Subject: [PATCH] Docs: Add formatting to a changelog entry in the hook doc for the `rest_dispatch_request` filter. See [36534]. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36576 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api/class-wp-rest-server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/class-wp-rest-server.php b/src/wp-includes/rest-api/class-wp-rest-server.php index 93abf87e1b..3be89b99cc 100644 --- a/src/wp-includes/rest-api/class-wp-rest-server.php +++ b/src/wp-includes/rest-api/class-wp-rest-server.php @@ -882,7 +882,7 @@ class WP_REST_Server { * Allow plugins to override dispatching the request. * * @since 4.4.0 - * @since 4.5.0 $route and $handler parameters added. + * @since 4.5.0 Added `$route` and `$handler` parameters. * * @param bool $dispatch_result Dispatch result, will be used if not empty. * @param WP_REST_Request $request Request used to generate the response.