Skip to:
Content

bbPress.org

Changeset 5155


Ignore:
Timestamp:
11/16/2013 01:14:48 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Add support for new BuddyPress notifications component, alerting members when their topics have been replied to. Requires BuddyPress 1.9.

Location:
trunk/includes/extend/buddypress
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/loader.php

    r5048 r5155  
    5959        // Members modifications
    6060        $includes[] = 'members.php';
     61
     62        // BuddyPress Notfications Extension functions
     63        if ( bp_is_active( 'notifications' ) ) {
     64            $includes[] = 'notifications.php';
     65        }
    6166
    6267        // BuddyPress Activity Extension class
Note: See TracChangeset for help on using the changeset viewer.