Changeset 56870 for branches/6.0/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 02:59:09 PM (17 months ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/6.0/src/wp-includes/rest-api.php
r53217 r56870 1053 1053 1054 1054 if ( ! $result ) { 1055 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1055 1056 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1056 1057 }
Note: See TracChangeset
for help on using the changeset viewer.