#1876 closed defect (bug) (fixed)
Top level admin menus can conflict with other plugins
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | General - Administration | Keywords: | |
Cc: |
Description
Because bbPress uses conventional menu_positions with its post types, it's possible that top level menu items can compete for that position, and accidentally noop each other. Currently Jigoshop has an incompatibility in this regard.
To prevent this, our menu_positions need to be something unpredictable, and bbp_admin_menu_order() needs to be refactored to specifically position menus and separators above the appearance separator (separator2).
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4046]) Admin Menus: