Ticket #59420: 59420.2.patch
| File 59420.2.patch, 477 bytes (added by , 2 years ago) |
|---|
-
wp-includes/rest-api/class-wp-rest-server.php
1079 1079 1080 1080 foreach ( $handlers as $handler ) { 1081 1081 $callback = $handler['callback']; 1082 $response = null;1083 1082 1084 1083 // Fallback to GET method if no HEAD method is registered. 1085 1084 $checked_method = $method;