Opened 12 years ago
Closed 12 years ago
#5963 closed defect (bug) (fixed)
buddypress.min.js missing in legacy lookup at locate_asset_in_stack
| Reported by: | nofearinc | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Appearance - Template Pack | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Installing latest BuddyPress from trunk with the twentyfourteen theme tries to load buddypress.min.js at locate_asset_in_stack. Since I don't use a BuddyPress compatible theme, it's trying to load the minified script from bp-legacy while only the full script is available there.
This leads to notices in the enqueue_scripts function when $assetlocation and $assethandle are expected for the file load.
The patch is stripping the '.min' part when searching in bp-legacy.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 9092: