Changeset 56876 for branches/5.2/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 03:04:07 PM (2 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/trunk merged: 56833-56836,56838
- Property svn:mergeinfo changed
-
branches/5.2/src/wp-includes/rest-api.php
r46545 r56876 842 842 843 843 if ( ! $result ) { 844 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 844 845 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) ); 845 846 }
Note: See TracChangeset
for help on using the changeset viewer.