Opened 13 years ago
Closed 13 years ago
#22000 closed defect (bug) (fixed)
"Reply and Approve" should approve parent comment first
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Comments | Keywords: | easy-fix has-patch commit |
| Focuses: | Cc: |
Description (last modified by )
"Reply and Approve" should approve parent comment first. If you receive a stream of updates (emails, jabber, etc.), you'd end up with the comments out of order.
Fairly simple fix — take the block in wp_ajax_replyto_comment() that starts with "automatically approve parent comment" and move it above the wp_new_comment() call.
If for some reason wp_new_comment() fails (as we account for currently, minimally), we should probably just let the parent comment stand as approved, no need to try to revert.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 22370: