Changeset 56875 for branches/5.9/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 03:03:26 PM (16 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/5.9/src/wp-includes/rest-api.php
r52328 r56875 1045 1045 1046 1046 if ( ! $result ) { 1047 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1047 1048 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1048 1049 }
Note: See TracChangeset
for help on using the changeset viewer.