Changeset 3627 for branches/plugin/bbp-includes/bbp-core-hooks.php
- Timestamp:
- 11/20/2011 01:12:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-hooks.php
r3607 r3627 253 253 254 254 // Bail if bbPress is not loaded 255 if ( 'bbPress' !== get_class( $bbp) ) return;255 if ( !is_a( $bbp, 'bbPress' ) ) return; 256 256 257 257 // Include the BuddyPress Component
Note: See TracChangeset
for help on using the changeset viewer.