Ticket #38104: 38104.patch
File 38104.patch, 831 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/edit-tags.php
392 392 393 393 <div class="form-wrap"> 394 394 <h2><?php echo $tax->labels->add_new_item; ?></h2> 395 <form id="addtag" method="post" action="edit-tags.php" class="validate" 395 <form id="addtag" method="post" action="edit-tags.php" class="validate"> 396 396 <?php 397 397 /** 398 398 * Fires at the beginning of the Add Tag form. … … 402 402 * @since 3.7.0 403 403 */ 404 404 do_action( "{$taxonomy}_term_new_form_tag" ); 405 ?> >405 ?> 406 406 <input type="hidden" name="action" value="add-tag" /> 407 407 <input type="hidden" name="screen" value="<?php echo esc_attr($current_screen->id); ?>" /> 408 408 <input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />