[wp-trac] [WordPress Trac] #36514: posting with custom taxes

WordPress Trac noreply at wordpress.org
Wed Apr 13 17:55:34 UTC 2016


#36514: posting with custom taxes
--------------------------+-----------------------------
 Reporter:  hokku         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Sorry for my bad english.

 Seems there is a bug in wp-admin/includes/post.php on line 348.

 Need for use

 {{{#!php
 'include' => $term,
 }}}

 instead

 {{{#!php
 'name' => $term,
 }}}

 Now it causes errors when saving posts within custom non-hierarchical
 taxonomies - WordPress by mistake spontaneously creates new items which
 has names like id's cheked items.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36514>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list