Changeset 7860 for trunk/bp-core/admin/bp-core-schema.php
- Timestamp:
- 02/12/2014 09:27:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-schema.php
r7521 r7860 24 24 $active_components = apply_filters( 'bp_active_components', bp_get_option( 'bp-active-components' ) ); 25 25 26 // Activity Streams 27 // Install tables even when inactive, to store last_activity data 28 bp_core_install_activity_streams(); 29 26 30 // Notifications 27 31 if ( !empty( $active_components['notifications'] ) ) 28 32 bp_core_install_notifications(); 29 30 // Activity Streams31 if ( !empty( $active_components['activity'] ) )32 bp_core_install_activity_streams();33 33 34 34 // Friend Connections
Note: See TracChangeset
for help on using the changeset viewer.