Changeset 5885 for trunk/bp-core/admin/bp-core-functions.php
- Timestamp:
- 03/05/2012 06:17:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-functions.php
r5749 r5885 360 360 ); 361 361 362 // If forums component is active ,add additional tab363 if ( bp_is_active( 'forums' ) ) {362 // If forums component is active and bbPress 1.x is in use add additional tab 363 if ( bp_is_active( 'forums' ) && bp_forums_is_repair() ) { 364 364 $tabs['3'] = array( 365 365 '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.