Changeset 9698 for trunk/src/bp-forums/bp-forums-loader.php
- Timestamp:
- 04/05/2015 06:18:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-loader.php
r9351 r9698 58 58 59 59 // The location of the bbPress stand-alone config file 60 if ( isset( $bp->site_options['bb-config-location'] ) ) 61 $this->bbconfig = $bp->site_options['bb-config-location']; 60 $bbconfig = bp_core_get_root_option( 'bb-config-location' ); 61 if ( '' !== $bbconfig ) 62 $this->bbconfig = $bbconfig; 62 63 63 64 // All globals for messaging component.
Note: See TracChangeset
for help on using the changeset viewer.