Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2011 02:39:11 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Audit the usage of $bp->groups->slug. See #3325.

File:
1 edited

Legend:

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

    r4647 r4648  
    165165            $sub_nav[] = array(
    166166                'name'            => __( 'Groups', 'buddypress' ),
    167                 'slug'            => $bp->groups->slug,
     167                'slug'            => bp_get_groups_slug(),
    168168                'parent_url'      => $activity_link,
    169169                'parent_slug'     => $this->slug,
Note: See TracChangeset for help on using the changeset viewer.