Changeset 38629
- Timestamp:
- 09/20/2016 01:32:33 PM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r37703 r38629 90 90 <div id="ajax-response"></div> 91 91 92 <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate" 93 <?php 92 <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"<?php 94 93 /** 95 94 * Fires inside the Edit Term form tag. 96 95 * 97 * The dynamic portion of the hook name, `$taxonomy`, refers to 98 * the taxonomy slug. 96 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 99 97 * 100 98 * @since 3.7.0 -
trunk/src/wp-admin/edit-tags.php
r38077 r38629 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" 396 <?php 395 <form id="addtag" method="post" action="edit-tags.php" class="validate"<?php 397 396 /** 398 * Fires at the beginning of the Add Tag form.397 * Fires inside the Add Tag form tag. 399 398 * 400 399 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
Note: See TracChangeset
for help on using the changeset viewer.