Changeset 5885 for trunk/bp-forums/bp-forums-loader.php
- Timestamp:
- 03/05/2012 06:17:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-loader.php
r5868 r5885 47 47 if ( !defined( 'BP_FORUMS_SLUG' ) ) 48 48 define( 'BP_FORUMS_SLUG', $this->id ); 49 50 // The location of the bbPress stand-alone config file51 if ( isset( $bp->site_options['bb-config-location'] ) )52 $this->bbconfig = $bp->site_options['bb-config-location'];53 49 54 50 // All globals for messaging component.
Note: See TracChangeset
for help on using the changeset viewer.