#9184 closed defect (bug) (fixed)
Missing admin-menu separator when bbPress is active
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 14.0.0 | Priority: | normal |
Severity: | normal | Version: | 5.0.0 |
Component: | Administration | Keywords: | has-screenshots commit |
Cc: |
Description
When bbPress is active, and when BuddyPress is Network Activated, the "Email" top-level menu-item gets grouped together with bbPress' menu items.
Attachments (3)
Change History (9)
#1
@
4 months ago
I think the faulty logic is, conveniently, inside of the bp_admin_separator()
function itself.
It does not have any accommodations for what's happening inside of BP_Core::register_post_types()
.
(Tangentially, there is a code comment from myself (from r6845) that eludes this being a potential problem in the future due to a lack of an API at the time.)
#3
@
4 months ago
- Keywords commit added; 2nd-opinion removed
Looks good to me @johnjamesjacoby thanks a lot for catching & fixing it 👍
What it's like now...