Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24447, comment 19


Ignore:
Timestamp:
07/24/2015 12:08:03 PM (9 years ago)
Author:
iseulde
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24447, comment 19

    initial v1  
    11Experimenting a bit with nonce refreshing being part of the Heartbeat API and being automatic for nonces that are added with `wp_nonce_field()`. Solves both this issue and #33098.
    2 We could also localise all created nonces and send them all back when they expire, then you only have to listen for one event if you didn't use `wp_nonce_field()`.