Changeset 38629 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 09/20/2016 01:32:33 PM (8 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.