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
This commit is contained in:
Drew Jaynes 2016-02-18 18:18:25 +00:00
parent 71b735974b
commit e020ccd081
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.