Opened 8 months ago
Last modified 8 months ago
#3595 new defect (bug)
URL for bbp_get_reply_to_link() is wrong
Reported by: | GDragoN | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | high |
Severity: | major | Version: | trunk |
Component: | Component - Replies | Keywords: | has-patch |
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)
Note: See
TracTickets for help on using
tickets.
Patch for the issue.