Changeset 3505 for branches/plugin/bbp-includes/bbp-extend-buddypress.php
- Timestamp:
- 09/10/2011 10:27:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-extend-buddypress.php
r3503 r3505 597 597 if ( !empty( $bp->maintenance_mode ) || !defined( 'BP_VERSION' ) ) return; 598 598 599 // Bail if bbPress is not loaded 600 if ( 'bbPress' !== get_class( $bbp ) ) return; 601 599 602 // Instantiate BuddyPress for bbPress 600 603 $bbp->extend->buddypress = new BBP_BuddyPress();
Note: See TracChangeset
for help on using the changeset viewer.