Changeset 6108 for trunk/bp-forums/bp-forums-loader.php
- Timestamp:
- 06/18/2012 01:06:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-loader.php
r6093 r6108 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 file 51 if ( isset( $bp->site_options['bb-config-location'] ) ) 52 $this->bbconfig = $bp->site_options['bb-config-location']; 49 53 50 54 // All globals for messaging component.
Note: See TracChangeset
for help on using the changeset viewer.