Changeset 10652 for trunk/src/bp-groups/bp-groups-screens.php
- Timestamp:
- 03/10/2016 07:45:07 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-screens.php
r10520 r10652 15 15 defined( 'ABSPATH' ) || exit; 16 16 17 require dirname( __FILE__ ) . '/classes/class-bp-groups-theme-compat.php'; 17 if ( ! buddypress()->do_autoload ) { 18 require dirname( __FILE__ ) . '/classes/class-bp-groups-theme-compat.php'; 19 } 18 20 19 21 /**
Note: See TracChangeset
for help on using the changeset viewer.