Changeset 18010 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 05/23/2011 11:33:30 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r17748 r18010 35 35 case 'add-tag': 36 36 37 check_admin_referer( 'add-tag' );37 check_admin_referer( 'add-tag', '_wpnonce_add-tag' ); 38 38 39 39 if ( !current_user_can( $tax->cap->edit_terms ) ) … … 329 329 <input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" /> 330 330 <input type="hidden" name="post_type" value="<?php echo esc_attr($post_type); ?>" /> 331 <?php wp_nonce_field('add-tag' ); ?>331 <?php wp_nonce_field('add-tag', '_wpnonce_add-tag'); ?> 332 332 333 333 <div class="form-field form-required">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)