Changes between Initial Version and Version 1 of Ticket #45113, comment 12
- Timestamp:
- 11/21/2018 06:24:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45113, comment 12
initial v1 6 6 7 7 `_ajax_linking_nonce` is for ajax requests made when using the link selection modal which is still available. 8 8 9 `_wpnonce` is used in wp.media, think we need to retain that, I'll try to confirm by looking for the nonce in requests 9 10 10 11 These I think can be dropped for GB: 11 12 `samplepermalinknonce` is used in the classic editor for slug operations, we probably don't need it for Gutenberg. 13 12 14 `closedpostboxesnonce` is used when persisting metabox open/closed states - we probably don't need for GB 15 13 16 I couldn't find any use of `getpermalinknonce`