Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/16/2017 05:51:57 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for !class_exists() checks, and bump to 2.6-beta-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/groups.php

    r6229 r6250  
    1515defined( 'ABSPATH' ) || exit;
    1616
    17 if ( !class_exists( 'BBP_Forums_Group_Extension' ) && class_exists( 'BP_Group_Extension' ) ) :
     17if ( ! class_exists( 'BBP_Forums_Group_Extension' ) && class_exists( 'BP_Group_Extension' ) ) :
    1818/**
    1919 * Loads Group Extension for Forums Component
Note: See TracChangeset for help on using the changeset viewer.