Opened 11 years ago
Closed 11 years ago
#5963 closed defect (bug) (fixed)
buddypress.min.js missing in legacy lookup at locate_asset_in_stack
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Appearance - Template Pack | 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.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 9092: