Make WordPress Core

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


Ignore:
Timestamp:
06/20/2013 04:06:01 PM (12 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24447, comment 8

    initial v1  
    11[attachment:24447.patch] removes the superfluous nonce check when refreshing nonces.
    22
    3 The nonce refresh has moved into the heartbeat call rather than the autosave call, so I'm not sure how we could immediately re-fire the autosave if its nonce has expired.
     3The nonce refresh has moved into the heartbeat call (it was previously in the autosave call), so I'm not sure how we could immediately re-fire the autosave if its nonce has expired.