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:
Ryan Boren 2006-11-18 20:40:29 +00:00
parent 19051fe4d3
commit 94e045fa69
1 changed files with 1 additions and 0 deletions

View File

@ -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>