Changeset 7521 for trunk/bp-core/admin/bp-core-schema.php
- Timestamp:
- 11/07/2013 05:15:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-schema.php
r7298 r7521 24 24 $active_components = apply_filters( 'bp_active_components', bp_get_option( 'bp-active-components' ) ); 25 25 26 // Core DB Tables 27 bp_core_install_notifications(); 26 // Notifications 27 if ( !empty( $active_components['notifications'] ) ) 28 bp_core_install_notifications(); 28 29 29 30 // Activity Streams
Note: See TracChangeset
for help on using the changeset viewer.