Changeset 11958
- Timestamp:
- 04/05/2018 05:40:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r11957 r11958 73 73 74 74 // Embeds 75 $includes[] = 'embeds'; 75 if ( bp_is_active( $this->id, 'embeds' ) ) { 76 $includes[] = 'embeds'; 77 } 76 78 77 79 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.