Changeset 56877 for branches/5.3/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 03:05:46 PM (2 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 56833-56836,56838
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/rest-api.php
r46544 r56877 912 912 913 913 if ( ! $result ) { 914 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 914 915 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) ); 915 916 }
Note: See TracChangeset
for help on using the changeset viewer.