Changeset 51915 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 10/18/2021 11:13:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r51289 r51915 1078 1078 * 1079 1079 * @param WP_REST_Request $request The request object. 1080 * @param string $route The matched route regex. 1080 1081 * @param array $handler The matched route handler. 1081 * @param string $route The matched route regex.1082 1082 * @param WP_Error|null $response The current error object if any. 1083 1083 * @return WP_REST_Response
Note: See TracChangeset
for help on using the changeset viewer.