Ticket #11191: 11191.edit-tags.patch
File 11191.edit-tags.patch, 605 bytes (added by , 15 years ago) |
---|
-
edit-tags.php
322 322 <textarea name="description" id="description" rows="5" cols="40"></textarea> 323 323 <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p> 324 324 </div> 325 325 <?php do_action('add_tag_form_fields'); ?> 326 326 <p class="submit"><input type="submit" class="button" name="submit" id="submit" value="<?php esc_attr_e('Add Tag'); ?>" /></p> 327 327 <?php do_action('add_tag_form', $taxonomy); ?> 328 328 </form></div>