Skip to:
Content

BuddyPress.org

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's profile jeffsayre Owned by: jeffsayre's profile 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)

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

Download all attachments as: .zip

Change History (3)

#1 @apeatling
15 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
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.