REST API: Correct the order of the parameters documented for `WP_REST_Server::respond_to_request()`.
See #53399 Built from https://develop.svn.wordpress.org/trunk@51915 git-svn-id: http://core.svn.wordpress.org/trunk@51508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cea5785cdb
commit
00b914db08
|
@ -1077,8 +1077,8 @@ class WP_REST_Server {
|
|||
* @since 5.6.0
|
||||
*
|
||||
* @param WP_REST_Request $request The request object.
|
||||
* @param array $handler The matched route handler.
|
||||
* @param string $route The matched route regex.
|
||||
* @param array $handler The matched route handler.
|
||||
* @param WP_Error|null $response The current error object if any.
|
||||
* @return WP_REST_Response
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51914';
|
||||
$wp_version = '5.9-alpha-51915';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue