Changeset 56878 for branches/5.4/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 03:06:49 PM (15 months ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 56833-56836,56838
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-includes/rest-api.php
r47843 r56878 921 921 922 922 if ( ! $result ) { 923 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 923 924 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) ); 924 925 }
Note: See TracChangeset
for help on using the changeset viewer.