Changeset 56862 for branches/4.7/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 02:48:17 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-includes/rest-api.php
r46495 r56862 726 726 727 727 if ( ! $result ) { 728 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 728 729 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) ); 729 730 }
Note: See TracChangeset
for help on using the changeset viewer.