Changeset 44949 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 03/20/2019 08:52:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r44788 r44949 1083 1083 // Refresh the Rest API nonce. 1084 1084 $response['rest_nonce'] = wp_create_nonce( 'wp_rest' ); 1085 // TEMPORARY: Compat with api-fetch library1086 $response['rest-nonce'] = $response['rest_nonce'];1087 1085 1088 1086 // Refresh the Heartbeat nonce.
Note: See TracChangeset
for help on using the changeset viewer.