Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#986 closed defect (bug) (fixed)

Missing image file in bp_core_admin_menu_icon_css()

Reported by: jeffsayre Owned by: jeffsayre
Priority: trivial Milestone: 1.1
Component: Version:
Severity: 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)

jeffsayre_986_imagefile.patch (1000 bytes ) - added by jeffsayre 17 years ago.

Download all attachments as: .zip

Change History (3)

#1 @apeatling
17 years ago

Well spotted, but this image should probably not be in the theme, and actually in the plugin, since the theme does not control it.

#2 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [1825]) moving admin menu icon to correct folder. Fixes #986

Note: See TracTickets for help on using tickets.