[wp-trac] [WordPress Trac] #54819: Adding Taxonomy with word "media" not showing list in Edit/Create Post

WordPress Trac noreply at wordpress.org
Mon Mar 20 16:37:08 UTC 2023


#54819: Adding Taxonomy with word "media" not showing list in Edit/Create Post
--------------------------+------------------------------
 Reporter:  auriel2017    |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Taxonomy      |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by nwjames):

 I added the code supplied into WP 6.1.1 as a mu-plugin and added the terms
 ca and cb.

 The terms ca and cb were displayed as the user expected.

 I had thought that the meta call callback of `post_tags_meta_box` may be
 confusing things (since it is a hierarchical taxonomy). Setting it to
 `post_categories_meta_box` or removing the callback made no difference.

 I then defined the taxonomy to apply to a post type that uses the classic
 editor. It outputs the `post_tags_meta_box` as defined. This does not
 display the potential values. Setting it to `post_categories_meta_box` or
 removing the callback outputs the values as expected.

 For me, no error found with WP 6.1.

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


More information about the wp-trac mailing list