#3838 closed defect (bug) (fixed)
Single group still shows WP core edit menu
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
When viewing a single group, the WordPress core "Edit Page" menu still appears. Until we can do proper rewrite rules, I recommend we just unhook the menu when bp_is_group() is true.
We should also change the title of the Edit Group menu to 'Edit Group' instead of the group name and avatar. The Admin bar is overcrowded as it is, and it takes a bit of doing to load the group name that late after the loop.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5519]) Remove the Edit Page menu when viewing a group. Remove the group name and avatar from Edit Group menu. Fixes #3838.