Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/18/2012 01:06:13 PM (12 years ago)
Author:
boonebgorges
Message:

Reinstates 1.5.x integration of bbPress 1.x forum installation and configuration

In anticipation for a full switchover to bbPress 2.x in BuddyPress 1.6, several
aspects of the forum configuration and setup process were modified. Since
the migration to bbPress 2.x is being put off to a later version of BuddyPress,
it's necessary to revert some of these changes back to their BP 1.5.x state.

This changeset also fixes a bug in the bb-config.php creation script, where
a salt containing the string '?>' could result in early termination of the
config file.

Fixes #4269

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-functions.php

    r6094 r6108  
    366366    );
    367367
    368     // If forums component is active and bbPress 1.x is in use add additional tab
    369     if ( bp_is_active( 'forums' ) && bp_forums_is_repair() ) {
     368    // If forums component is active, add additional tab
     369    if ( bp_is_active( 'forums' ) ) {
    370370        $tabs['3'] = array(
    371371            'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bb-forums-setup'  ), 'admin.php' ) ),
Note: See TracChangeset for help on using the changeset viewer.