Changeset 3805 for branches/2.0/wp-admin/edit-link-form.php
- Timestamp:
- 05/26/2006 11:31:24 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/edit-link-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-link-form.php
r3771 r3805 5 5 $submit_text = __('Save Changes »'); 6 6 $form = '<form action="" method="post" name="editlink" id="editlink">'; 7 $nonce_action = 'update-bookmark ' . $link_id;7 $nonce_action = 'update-bookmark_' . $link_id; 8 8 } else { 9 9 $editing = false;
Note: See TracChangeset
for help on using the changeset viewer.