Opened 15 months ago
Closed 3 weeks ago
#3595 closed defect (bug) (fixed)
URL for bbp_get_reply_to_link() is wrong
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.14 | Priority: | high |
Severity: | major | Version: | 2.0 |
Component: | Component - Replies | Keywords: | has-patch commit |
Cc: |
Description
Function bbp_get_reply_to_link() should generate Reply To link for a reply, but the generated URL is valid only inside the topic thread. For Reply inside User Profile Replies Created page, the URL is wrong.
This function doesn't really generate the URL, it just adds the query argument to existing URL, whatever that may be. This function needs first to get URL to the topic before adding the arguments.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch for the issue.