Changeset 3840
- Timestamp:
- 06/04/2006 09:00:32 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/link-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/link-manager.php
r3805 r3840 137 137 { 138 138 $link_id = (int) $_POST['link_id']; 139 check_admin_referer('update-bookmark ' . $link_id);139 check_admin_referer('update-bookmark_' . $link_id); 140 140 141 141 if (isset($links_show_cat_id) && ($links_show_cat_id != ''))
Note: See TracChangeset
for help on using the changeset viewer.