Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45113, comment 12


Ignore:
Timestamp:
11/21/2018 06:24:11 PM (7 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45113, comment 12

    initial v1  
    66
    77`_ajax_linking_nonce` is for ajax requests made when using the link selection modal which is still available.
     8
    89`_wpnonce` is used in wp.media, think we need to retain that, I'll try to confirm by looking for the nonce in requests
    910
    1011These I think can be dropped for GB:
    1112`samplepermalinknonce` is used in the classic editor for slug operations, we probably don't need it for Gutenberg.
     13
    1214`closedpostboxesnonce` is used when persisting metabox open/closed states - we probably don't need for GB
     15
    1316I couldn't find any use of `getpermalinknonce`