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

WordPress Trac noreply at wordpress.org
Mon Jun 8 11:10:55 UTC 2015


#20735: Adding tags to form element of categories.
-------------------------------------------------+-------------------------
 Reporter:  m.ibrahim                            |       Owner:
     Type:  feature request                      |      Status:  closed
 Priority:  normal                               |   Milestone:  Future
Component:  Taxonomy                             |  Release
 Severity:  normal                               |     Version:  3.3.2
 Keywords:  needs-patch good-first-bug needs-    |  Resolution:  worksforme
  testing                                        |     Focuses:
-------------------------------------------------+-------------------------
Changes (by neverything):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Tested with the following code to add some output in `4.3-alpha-32280-src`
 with the following code and it works as expected.


 {{{
 function _test_trac_20735_term_edit_form_tag_action() {
         echo ' enctype="multipart/form-data"';
 }
 add_action( 'category_term_edit_form_tag',
 '_test_trac_20735_term_edit_form_tag_action' );
 add_action( 'post_tag_term_edit_form_tag',
 '_test_trac_20735_term_edit_form_tag_action' );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/20735#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list