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-link-form.php

    r3771 r3805  
    55    $submit_text = __('Save Changes »');
    66    $form = '<form action="" method="post" name="editlink" id="editlink">';
    7     $nonce_action = 'update-bookmark' . $link_id;
     7    $nonce_action = 'update-bookmark_' . $link_id;
    88} else {
    99    $editing = false;
Note: See TracChangeset for help on using the changeset viewer.