Changeset 56841 for branches/6.3/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 01:13:02 PM (12 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-includes/rest-api.php
r56192 r56841 1085 1085 1086 1086 if ( ! $result ) { 1087 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1087 1088 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1088 1089 }
Note: See TracChangeset
for help on using the changeset viewer.