Make WordPress Core


Ignore:
Timestamp:
05/26/2006 11:08:05 PM (19 years ago)
Author:
ryan
Message:

Update nonce action strings. Props mdawaffe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-form.php

    r3759 r3804  
    44    $submit_text = __('Save Changes »');
    55    $form = '<form name="editlink" id="editlink" method="post" action="link.php">';
    6     $nonce_action = 'update-bookmark' . $link_id;
     6    $nonce_action = 'update-bookmark_' . $link_id;
    77} else {
    88    $heading = __('Create Bookmark');
Note: See TracChangeset for help on using the changeset viewer.