Changeset 12445
- Timestamp:
- 12/18/2009 06:31:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-admin/edit-tags.php
r12443 r12445 28 28 switch($action) { 29 29 30 case 'add tag':30 case 'add-tag': 31 31 32 32 check_admin_referer('add-tag'); … … 282 282 <h3><?php _e('Add a New Tag'); ?></h3> 283 283 <form id="addtag" method="post" action="edit-tags.php" class="validate"> 284 <input type="hidden" name="action" value="add tag" />284 <input type="hidden" name="action" value="add-tag" /> 285 285 <input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" /> 286 286 <?php wp_nonce_field('add-tag'); ?>
Note: See TracChangeset
for help on using the changeset viewer.