Skip to:
Content

bbPress.org

Opened 5 years ago

Last modified 2 years ago

#3447 assigned defect (bug)

Incorrect edit URL produced by bbp_get_reply_edit_url() in WordPress 5.9

Reported by: danielbachhuber Owned by: johnjamesjacoby
Priority: high Milestone: 2.7
Component: API - Rewrite Rules Version: 2.6.9
Severity: major Keywords: needs-patch reporter-feedback
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 (3)

#1 @johnjamesjacoby
5 years ago

  • Component GeneralAPI - Rewrite Rules
  • Keywords needs-patch added
  • Milestone Awaiting Review2.6.10
  • Owner set to johnjamesjacoby
  • Priority normalhigh
  • Severity normalmajor
  • Status newassigned
  • Version2.6.9

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

#2 @johnjamesjacoby
5 years ago

Tangentially related: #3054, #meta2478

#3 @johnjamesjacoby
2 years ago

  • Keywords reporter-feedback added
  • Milestone 2.6.102.7

I did some more testing and can't reproduce this anymore.

I'd like to get 2.6.10 out sooner, so I'm moving this to 2.7 to research later.

Note: See TracTickets for help on using tickets.