Changeset 3804 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 05/26/2006 11:08:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r3777 r3804 5 5 $form = '<form name="editcat" id="editcat" method="post" action="categories.php">'; 6 6 $action = 'editedcat'; 7 $nonce_action = 'update-category ' . $cat_ID;7 $nonce_action = 'update-category_' . $cat_ID; 8 8 } else { 9 9 $heading = __('Add Category');
Note: See TracChangeset
for help on using the changeset viewer.