mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Add edit_category_form hook. fixes #2717
git-svn-id: http://svn.automattic.com/wordpress/trunk@4482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a926ab21a
commit
c3f26d25b2
@ -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