Changeset 3627 for branches/plugin/bbp-admin/bbp-forums.php
- Timestamp:
- 11/20/2011 01:12:10 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-forums.php
r3583 r3627 557 557 558 558 // Bail if bbPress is not loaded 559 if ( 'bbPress' !== get_class( $bbp) ) return;559 if ( !is_a( $bbp, 'bbPress' ) ) return; 560 560 561 561 $bbp->admin->forums = new BBP_Forums_Admin();
Note: See TracChangeset
for help on using the changeset viewer.