Changeset 9546
- Timestamp:
- 02/24/2015 03:15:32 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-admin-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-schema.php
r9503 r9546 41 41 // If no components passed, get all the active components from the main site 42 42 if ( empty( $active_components ) ) { 43 44 /** This filter is documented in bp-core/admin/bp-core-admin-components.php */ 43 45 $active_components = apply_filters( 'bp_active_components', bp_get_option( 'bp-active-components' ) ); 44 46 }
Note: See TracChangeset
for help on using the changeset viewer.