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:
parent
71b735974b
commit
e020ccd081
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue