[wp-trac] [WordPress Trac] #20735: Adding tags to form element of categories.

WordPress Trac wp-trac at lists.automattic.com
Wed May 23 13:15:59 UTC 2012


#20735: Adding tags to form element of categories.
-----------------------------+-----------------------------
 Reporter:  m.ibrahim        |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Taxonomy         |    Version:  3.3.2
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 Just like the post form in posts you can use the hook of
 "post_edit_form_tag" to add new tags to the form element of creating or
 editing new post.

 but there is no hook for categories form to do that I think adding new
 element will be helpful feature.

 Note: after some debugging I found that the hook can be add in:

 #File: your wordpress directory/wp-admin/edit-tag-form.php

 #Line: 33

 # Find : <form name="edittag" id="edittag" method="post" action="edit-
 tags.php" class="validate">

 # Relpace: <form name="edittag" id="edittag" method="post" action="edit-
 tags.php" class="validate"<?php do_action('categoery_edit_form_tag'); ?>>

 Thanks

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20735>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list