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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
That’s not good. Prioritizing to look into this ASAP.