Changeset 3806
- Timestamp:
- 05/26/2006 11:43:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/categories.php
r3805 r3806 64 64 <h2><?php _e('Edit Category') ?></h2> 65 65 <form name="editcat" action="categories.php" method="post"> 66 <?php wp_nonce_field('update-category ' . $category->cat_ID); ?>66 <?php wp_nonce_field('update-category_' . $category->cat_ID); ?> 67 67 <table class="editform" width="100%" cellspacing="2" cellpadding="5"> 68 68 <tr>
Note: See TracChangeset
for help on using the changeset viewer.