Changeset 12443
- Timestamp:
- 12/18/2009 06:23:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-admin/edit-tags.php
r12375 r12443 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="addtag" /> 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.