#240 closed defect (bug) (fixed)
bp_sitewide_activity_feed_link function must be checked in theme file
| Reported by: | Jehy | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | activity, compatibility | |
| Cc: |
Description
in header.php, line 12.
Correct
bp_sitewide_activity_feed_link()
to
if(function_exists('bp_sitewide_activity_feed_link'))bp_sitewide_activity_feed_link();
because if activity buddypress plugin is disabled, on this function everything dies.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)