Make WordPress Core

Changeset 62770 for trunk


Ignore:
Timestamp:
07/17/2026 04:18:51 PM (6 weeks ago)
Author:
desrosj
Message:

REST API: Ensure errors in batch requests propogate.

Props xknown, sergeybiryukov, joehoyle, jorbin, clorith, johnbillion, desrosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r62769 r62770  
    17631763                        if ( is_wp_error( $single_request ) ) {
    17641764                                $has_error    = true;
     1765                                $matches[]    = $single_request;
    17651766                                $validation[] = $single_request;
    17661767                                continue;
Note: See TracChangeset for help on using the changeset viewer.