From e020ccd081a67615f5f53e10030bae726b67820a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 18 Feb 2016 18:18:25 +0000 Subject: [PATCH] Docs: Add formatting to a changelog entry in the hook doc for the `rest_dispatch_request` filter. See [36534]. See #32246. Built from https://develop.svn.wordpress.org/trunk@36576 git-svn-id: http://core.svn.wordpress.org/trunk@36543 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rest-api/class-wp-rest-server.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php index 93abf87e1b..3be89b99cc 100644 --- a/wp-includes/rest-api/class-wp-rest-server.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3d93d6e6f7..25f800ccc8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36575'; +$wp_version = '4.5-alpha-36576'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.