[wp-trac] [WordPress Trac] #50444: Issue by taxonomy terms in quick edit
WordPress Trac
noreply at wordpress.org
Mon Jun 22 08:47:05 UTC 2020
#50444: Issue by taxonomy terms in quick edit
-----------------------------+------------------------------
Reporter: markusfroehlich | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.4.2
Severity: normal | Resolution:
Keywords: | Focuses:
-----------------------------+------------------------------
Comment (by markusfroehlich):
{{{#!php
<?php
register_taxonomy(
'weather',
array('post'),
array(
'labels' => array(
'name' => 'Weather',
'all_items' => 'All weather types',
),
'hierarchical' => true,
'show_ui' => false,
'show_in_nav_menus' => false,
'show_admin_column' => true,
'show_in_quick_edit' => true,
'rewrite' => false,
'public' => false,
)
);
}}}
[[Image(https://i.ibb.co/DR4w35t/Anmerkung-2020-06-22-103406.png,
link=https://ibb.co/DR4w35t)]]
[[Image(https://i.ibb.co/zXtxDdP/Anmerkung-2020-06-22-103433.png,
link=https://ibb.co/zXtxDdP)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50444#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list