[wp-trac] [WordPress Trac] #15179: show_in_nav_menus attribute on taxonomies is not used properly
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 21 02:49:09 UTC 2010
#15179: show_in_nav_menus attribute on taxonomies is not used properly
--------------------------+-------------------------------------------------
Reporter: dvmorris | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 3.0.1
Severity: normal | Keywords: show_in_nav_menus
--------------------------+-------------------------------------------------
The code to display custom taxonomy links in the nav menu is on
menu.php:88
There is a conditional statement that checks if 'show_ui' is true, but it
should be 'show_in_nav_menus' instead.
line 89:
if ( !$tax->show_in_nav_menus /* ... */ )
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15179>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list