Changeset 7521 for trunk/bp-core/bp-core-loader.php
- Timestamp:
- 11/07/2013 05:15:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r7451 r7521 55 55 56 56 // Set the included and optional components. 57 $bp->optional_components = apply_filters( 'bp_optional_components', array( 'activity', 'blogs', 'forums', 'friends', 'groups', 'messages', ' settings', 'xprofile' ) );57 $bp->optional_components = apply_filters( 'bp_optional_components', array( 'activity', 'blogs', 'forums', 'friends', 'groups', 'messages', 'notifications', 'settings', 'xprofile' ) ); 58 58 59 59 // Set the required components … … 178 178 $bp->grav_default->blog = apply_filters( 'bp_blog_gravatar_default', $bp->grav_default->user ); 179 179 180 // Notifications Table 180 // Notifications table. Included here for legacy purposes. Use 181 // bp-notifications instead. 181 182 $bp->core->table_name_notifications = $bp->table_prefix . 'bp_notifications'; 182 183
Note: See TracChangeset
for help on using the changeset viewer.