Make WordPress Core


Ignore:
Timestamp:
05/26/2006 11:31:24 PM (20 years ago)
Author:
ryan
Message:

Update nonce action strings. Props mdawaffe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/edit-page-form.php

    r3771 r3805  
    1111} else {
    1212    $form_action = 'editpost';
    13     $nonce_action = 'update-post' . $post_ID;
     13    $nonce_action = 'update-post_' . $post_ID;
    1414    $form_extra = "<input type='hidden' id='post_ID' name='post_ID' value='$post_ID' />";
    1515}
Note: See TracChangeset for help on using the changeset viewer.