Make WordPress Core


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

Update nonce action strings. Props mdawaffe.

File:
1 edited

Legend:

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

    r3777 r3804  
    55    $form = '<form name="editcat" id="editcat" method="post" action="categories.php">';
    66    $action = 'editedcat';
    7     $nonce_action = 'update-category' . $cat_ID;
     7    $nonce_action = 'update-category_' . $cat_ID;
    88} else {
    99    $heading = __('Add Category');
Note: See TracChangeset for help on using the changeset viewer.