Changes between Initial Version and Version 1 of Ticket #6937, comment 8
- Timestamp:
- 03/03/2016 01:53:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6937, comment 8
initial v1 3 3 Sorry I spoke too quick. 4 4 5 I see now what caused this. A bunch of `if ( ! bp_is_active( 'activity' ) ) { ` checks were removed inside functions such as `bp_blogs_delete_activity()` because the allfile is now loaded only if the activity component is active.5 I see now what caused this. A bunch of `if ( ! bp_is_active( 'activity' ) ) { ` checks were removed inside functions such as `bp_blogs_delete_activity()` because the whole file is now loaded only if the activity component is active. 6 6 7 7 I now see it was a really bad idea.