Opened 3 years ago
Last modified 8 months ago
#3447 assigned defect (bug)
Incorrect edit URL produced by bbp_get_reply_edit_url() in WordPress 5.9
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7 | Priority: | high |
Severity: | major | Version: | 2.6.9 |
Component: | API - Rewrite Rules | 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
@
3 years 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
#2
@
3 years ago
Tangentially related: #3054, #meta2478
Note: See
TracTickets for help on using
tickets.
That’s not good. Prioritizing to look into this ASAP.