Opened 15 years ago
Closed 15 years ago
#986 closed defect (bug) (fixed)
Missing image file in bp_core_admin_menu_icon_css()
Reported by: | jeffsayre | Owned by: | jeffsayre |
---|---|---|---|
Milestone: | 1.1 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
In line 58 of bp_core_admin_menu_icon_css() located in bp-core-cssjs.php, there is a call to a background image file (admin_menu_icon.png) that paths to /bp-core/images/. However, the image file is not located there.
It is an easy fix since the file is now located in /themes/bp-default/_inc/images/.
A patch is attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Well spotted, but this image should probably not be in the theme, and actually in the plugin, since the theme does not control it.