Ticket #38104: 38104-2.patch
File 38104-2.patch, 586 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/edit-tags.php
395 395 <form id="addtag" method="post" action="edit-tags.php" class="validate" 396 396 <?php 397 397 /** 398 * Fires at the beginning of the Add Tag form. 398 * Fires at the beginning of the Add Tag form from within the form html tag. 399 * It allows you to add extra attributes to the form html tag. 399 400 * 400 401 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 401 402 *