Make WordPress Core


Ignore:
Timestamp:
08/15/2006 09:07:13 PM (19 years ago)
Author:
ryan
Message:

Update action after generating a new nonce to reduce race condition window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/autosave.js.php

    r4086 r4098  
    4242        $('post_ID').name = "post_ID";
    4343        $('post_ID').value = res;
    44         $('hiddenaction').value = 'editpost';
    4544        // We need new nonces
    4645        nonceAjax = new sack();
     
    5453        nonceAjax.method = "POST";
    5554        nonceAjax.runAJAX();
    56        
     55        $('hiddenaction').value = 'editpost';
    5756    }
    5857    $('autosave').innerHTML = message;
Note: See TracChangeset for help on using the changeset viewer.