- Timestamp:
- 04/02/2018 04:37:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-component.php
r11928 r11929 68 68 'cssjs', 69 69 'cache', 70 'activity',71 70 'caps', 72 71 'filters', 73 'settings',74 72 'template', 75 73 'functions', 76 'notifications', 77 ); 78 74 ); 75 76 // Conditional includes. 77 if ( bp_is_active( 'activity' ) ) { 78 $includes[] = 'activity'; 79 } 80 if ( bp_is_active( 'notifications' ) ) { 81 $includes[] = 'notifications'; 82 } 83 if ( bp_is_active( 'settings' ) ) { 84 $includes[] = 'settings'; 85 } 79 86 if ( is_admin() ) { 80 87 $includes[] = 'admin';
Note: See TracChangeset
for help on using the changeset viewer.