#4207 closed defect (bug) (fixed)
bp_core_add_admin_menu_styles removed in trunk, causing warnings in plugins
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Certain plugins e.g. BP Default Data, use the bp_core_add_admin_menu_styles function. This has been removed from trunk, so it causes errors.
Note: See
TracTickets for help on using
tickets.
admin.css in branch has become wizard.css in trunk, and a lot of CSS class/ID names have been renamed, similarly. I'm going to put in a stub function so to avoid warnings/errors, and we'll have to see how other plugins are affected when we're in beta. Worse case, we can re-add the old admin.css and enqueue it only when bp_core_add_admin_menu_styles is called.