Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#1672 closed defect (bug) (fixed)

Groups: Double Slash in urls from bp_get_group_permalink()

Reported by: nuprn1 Owned by:
Priority: minor Milestone: 1.2
Component: Version:
Severity: 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
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [2413]) Fixes #1672

Note: See TracTickets for help on using tickets.