Ticket #11350: 11350-edit-tags-no-JS.2.diff
File 11350-edit-tags-no-JS.2.diff, 553 bytes (added by , 14 years ago) |
---|
-
edit-tags.php
281 281 <div class="form-wrap"> 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'); ?> 287 287