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: |
|
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';
Note: See
TracTickets for help on using
tickets.
(In [2413]) Fixes #1672