Changeset 56884 for branches/5.8/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 03:14:45 PM (14 months ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/5.8/src/wp-includes/rest-api.php
r51021 r56884 1029 1029 1030 1030 if ( ! $result ) { 1031 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 1031 1032 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1032 1033 }
Note: See TracChangeset
for help on using the changeset viewer.