Changeset 56859 for branches/4.6/src/wp-includes/rest-api.php
- Timestamp:
- 10/12/2023 02:43:19 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/src/wp-includes/rest-api.php
r46496 r56859 595 595 596 596 if ( ! $result ) { 597 add_filter( 'rest_send_nocache_headers', '__return_true', 20 ); 597 598 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) ); 598 599 }
Note: See TracChangeset
for help on using the changeset viewer.