Make WordPress Core

Ticket #59420: 59420.2.patch

File 59420.2.patch, 477 bytes (added by upadalavipul, 2 years ago)
  • wp-includes/rest-api/class-wp-rest-server.php

     
    10791079
    10801080                        foreach ( $handlers as $handler ) {
    10811081                                $callback = $handler['callback'];
    1082                                 $response = null;
    10831082
    10841083                                // Fallback to GET method if no HEAD method is registered.
    10851084                                $checked_method = $method;