Changeset 5885 for trunk/bp-forums/bp-forums-bbpress-sa.php
- Timestamp:
- 03/05/2012 06:17:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-bbpress-sa.php
r5796 r5885 40 40 41 41 $bb = new stdClass(); 42 require( $bp->forums->bbconfig);42 require( bp_get_option( 'bb-config-location' ) ); 43 43 44 44 // Setup the global database connection
Note: See TracChangeset
for help on using the changeset viewer.