Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2011 03:29:12 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Audit the usage of $bp->forums->slug and $bp->forums->root_slug. See #3325.

File:
1 edited

Legend:

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

    r4651 r4652  
    832832
    833833            case 'forums':
    834                 $slug = bp_is_active( 'forums' ) ? $bp->forums->root_slug : '';
     834                $slug = bp_is_active( 'forums' ) ? bp_get_groups_root_slug() : '';
    835835                $query_string = '/?fs=';
    836836                break;
Note: See TracChangeset for help on using the changeset viewer.