Make WordPress Core

Changeset 3840


Ignore:
Timestamp:
06/04/2006 09:00:32 PM (20 years ago)
Author:
ryan
Message:

Nonce fix from Mark Jaquith. fixes #2782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/link-manager.php

    r3805 r3840  
    137137  {
    138138        $link_id = (int) $_POST['link_id'];
    139         check_admin_referer('update-bookmark' . $link_id);
     139        check_admin_referer('update-bookmark_' . $link_id);
    140140       
    141141        if (isset($links_show_cat_id) && ($links_show_cat_id != ''))
Note: See TracChangeset for help on using the changeset viewer.