Changeset 50947 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 05/21/2021 10:48:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r50654 r50947 1013 1013 1014 1014 if ( ! $result ) { 1015 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie nonce is invalid' ), array( 'status' => 403 ) );1015 return new WP_Error( 'rest_cookie_invalid_nonce', __( 'Cookie check failed' ), array( 'status' => 403 ) ); 1016 1016 } 1017 1017
Note: See TracChangeset
for help on using the changeset viewer.