mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 21:53:21 +02:00
REST API: Correct the order of the parameters documented for WP_REST_Server::respond_to_request()
.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d802fecf97
commit
ad9de4547c
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user