Add edit_category_form hook. fixes #2717
git-svn-id: https://develop.svn.wordpress.org/trunk@4482 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
19051fe4d3
commit
94e045fa69
@ -42,5 +42,6 @@ if ( ! empty($cat_ID) ) {
|
||||
</table>
|
||||
<p class="submit"><input type="submit" name="submit" value="<?php echo $submit_text ?>" /></p>
|
||||
<div id="ajax-response"></div>
|
||||
<?php do_action('edit_category_form', $category); ?>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user