#2659 closed defect (bug) (fixed)
[patch] Double slash on activation links
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Scenario:
When a new user registers, BP sends the user an activation link.
BP concatenates the root domain with the activation slug concatenated by a forced trailing slash. BP assumes that the root domain does not have a trailing slash when sometimes it can.
Patch fixes this bug by using trailingslashit() on the root domain.
File:
bp-core/bp-core-templatetags.php
Function: (Line: 963)
bp_activation_page()
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3304]) Fixes #2659, props ptahdunbar (branch)