Changeset 1915
- Timestamp:
- 09/21/2009 11:28:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums.php
r1905 r1915 8 8 define( 'BP_FORUMS_SLUG', 'forums' ); 9 9 10 require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-bbpress.php' ); 10 if ( !defined( 'BB_PATH' ) ) 11 require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-bbpress.php' ); 12 11 13 require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-classes.php' ); 12 14 require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-templatetags.php' );
Note: See TracChangeset
for help on using the changeset viewer.