Changeset 56895 for branches/6.2/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 04:07:43 PM (16 months ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/6.2/src/wp-includes/rest-api.php
r55293 r56895 1069 1069 1070 1070 if ( ! $result ) { 1071 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1071 1072 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1072 1073 }
Note: See TracChangeset
for help on using the changeset viewer.