[wp-trac] [WordPress Trac] #15837: Custom Taxonomy: Admin Menu Not Selecting Current Item
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 20 21:56:38 UTC 2010
#15837: Custom Taxonomy: Admin Menu Not Selecting Current Item
--------------------------+------------------------------
Reporter: sterlo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0.3
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by sterlo):
{{{
public
(boolean) (optional) Meta argument used to define default values for
publicly_queriable, show_ui, show_in_nav_menus and exclude_from_search.
Default: false
* 'false' - do not display a user-interface for this post type
(show_ui=false),
post_type queries can not be performed from the front end
(publicly_queryable=false),
exclude posts with this post type from search results
(exclude_from_search=true),
hide post_type for selection in navigation menus
(show_in_nav_menus=false)
* 'true' - show_ui=true, publicly_queryable=true,
exclude_from_search=false,
show_in_nav_menus=true
}}}
So ... If I set public => false...and then set show_ui=true,
publicly_queryable=true, exclude_from_search=false, show_in_nav_menus=true
... the problem still persists.
Seems like a bug or possibly that we need another parameter for this.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15837#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list