Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2013 01:33:36 AM (12 years ago)
Author:
boonebgorges
Message:

Reintroduces legacy forum config tab for installations still using legacy forums

Without access to this page, it becomes impossible to regenerate the
bb-config.php file. We also lose the chance to preach the gospel of the new
bbPress plugin to users of bbPress 1.x when we don't have an admin panel for
the legacy component.

Fixes #4999

Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-loader.php

    r6581 r7213  
    8282        if ( !defined( 'BB_PATH' ) )
    8383            $includes[] = 'bbpress-sa';
     84
     85        // Admin-specific code
     86        if ( is_admin() ) {
     87            $includes[] = 'deprecated/1.6';
     88            $includes[] = 'deprecated/1.7';
     89        }
    8490
    8591        parent::includes( $includes );
Note: See TracChangeset for help on using the changeset viewer.