- Timestamp:
- 08/22/2016 08:46:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-component.php
r10678 r11022 64 64 'template', 65 65 'functions', 66 'notifications',67 66 'widgets', 68 67 ); … … 73 72 74 73 // Conditional includes. 74 if ( bp_is_active( 'notifications' ) ) { 75 $includes[] = 'notifications'; 76 } 75 77 if ( bp_is_active( $this->id, 'star' ) ) { 76 78 $includes[] = 'star';
Note: See TracChangeset
for help on using the changeset viewer.