#2478 closed defect (bug) (fixed)
Forums: Pending posts cannot be edited
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch commit |
Cc: |
Description (last modified by )
Pending posts have an incorrect edit URL, which leads to a misaligned page without any form:
https://wordpress.org/support/?post_type=reply&p=8737601/edit/
See the screenshot.
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
@netweb:
bbp_get_reply_edit_url()
checks for pretty permalinks usingbbp_use_pretty_urls()
, but does not account for the fact that pending posts always have ugly permalinks. Same forbbp_get_forum_edit_url()
.meta-2478.bbpress.patch is a patch for bbPress, and meta-2478.patch is a workaround we could use in the theme until the fix is deployed on the forums.