Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1672 closed defect (bug) (fixed)

Groups: Double Slash in urls from bp_get_group_permalink()

Reported by: nuprn1's profile nuprn1 Owned by:
Milestone: 1.2 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

bp_get_group_permalink returns:
return apply_filters( 'bp_get_group_permalink', $bp->root_domain . '/' . $bp->groups->slug . '/' . $group->slug . '/' );

but just about all the calls i've seen include another slash

bp_get_group_permalink( $group ) . '/admin/membership-requests';

Change History (1)

#1 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2413]) Fixes #1672

Note: See TracTickets for help on using tickets.