Skip to:
Content

bbPress.org

Opened 20 months ago

Last modified 19 months ago

#3447 assigned defect (bug)

Incorrect edit URL produced by bbp_get_reply_edit_url() in WordPress 5.9

Reported by: danielbachhuber's profile danielbachhuber Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.10 Priority: high
Severity: major Version: 2.6.9
Component: API - Rewrite Rules Keywords: needs-patch
Cc:

Description

In WordPress 5.8, bbp_get_reply_edit_url() returns a value like:

https://www.foodbloggerpro.com/community/general-discussion/fbp-feature-or-content-requests/?reply=112532&edit=1#post-112532

In WordPress 5.9, the returned value is:

https://www.foodbloggerpro.com/community/general-discussion/fbp-feature-or-content-requests/#post-112532/edit/

I'm not sure what changed deeper down. Our short-term fix is to filter bbp_get_reply_edit_url

Change History (2)

#1 @johnjamesjacoby
20 months ago

  • Component changed from General to API - Rewrite Rules
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 2.6.10
  • Owner set to johnjamesjacoby
  • Priority changed from normal to high
  • Severity changed from normal to major
  • Status changed from new to assigned
  • Version set to 2.6.9

That’s not good. Prioritizing to look into this ASAP.

#2 @johnjamesjacoby
19 months ago

Tangentially related: #3054, #meta2478

Note: See TracTickets for help on using tickets.