Changeset 3627 for branches/plugin/bbp-includes/bbp-core-shortcodes.php
- Timestamp:
- 11/20/2011 01:12:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-shortcodes.php
r3623 r3627 876 876 877 877 // Bail if bbPress is not loaded 878 if ( 'bbPress' !== get_class( $bbp) ) return;878 if ( !is_a( $bbp, 'bbPress' ) ) return; 879 879 880 880 $bbp->shortcodes = new BBP_Shortcodes();
Note: See TracChangeset
for help on using the changeset viewer.