Changeset 56834 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 12:29:18 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r56819 r56834 1091 1091 1092 1092 if ( ! $result ) { 1093 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1093 1094 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1094 1095 }
Note: See TracChangeset
for help on using the changeset viewer.