Changes between Version 3 and Version 4 of Ticket #7140, comment 6
- Timestamp:
- 06/24/2016 08:18:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7140, comment 6
v3 v4 4 4 - Sites that do not have the Groups component active; and 5 5 - Has a BP plugin activated that also extends the `BP_Group_Extension` class; and 6 - That BP plugin loads their group extension by only checking if `class_exists( 'BP_Group_Ex ension)` instead of `bp_is_active( 'groups' )`6 - That BP plugin loads their group extension by only checking if `class_exists( 'BP_Group_Extension' )` instead of `bp_is_active( 'groups' )` 7 7 8 8 So that should narrow down the problem to a relatively small subset of sites.