Opened 8 months ago
Last modified 7 months ago
#22000 closed defect (bug)
"Reply and Approve" should approve parent comment first — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | easy-fix has-patch commit |
| Cc: |
Description
"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 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.
Note: See
TracTickets for help on using
tickets.
