Skip to:
Content

BuddyPress.org

Changes between Version 3 and Version 4 of Ticket #7140, comment 6


Ignore:
Timestamp:
06/24/2016 08:18:47 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7140, comment 6

    v3 v4  
    44- Sites that do not have the Groups component active; and
    55- 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_Exension )` 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' )`
    77
    88So that should narrow down the problem to a relatively small subset of sites.