Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 3 years ago

#240 closed defect (bug) (fixed)

bp_sitewide_activity_feed_link function must be checked in theme file

Reported by: jehy's profile Jehy Owned by:
Milestone: Priority: critical
Severity: Version:
Component: 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.

Change History (1)

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.