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';
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2413]) Fixes #1672