Skip to:
Content

bbPress.org

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's profile 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)

3595.patch (634 bytes) - added by GDragoN 8 months ago.
Patch for the issue.

Download all attachments as: .zip

Change History (2)

@GDragoN
8 months ago

Patch for the issue.

#1 @GDragoN
8 months ago

  • Keywords has-patch added; needs-patch removed
Note: See TracTickets for help on using tickets.