Opened 9 years ago
Closed 8 years ago
#36427 closed enhancement (fixed)
Edit_Comment Should Pass CommentData
Reported by: | dshanske | Owned by: | dshanske |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | needs-patch needs-refresh |
Focuses: | Cc: |
Description
Action 'edit_comment', which fires on comment update, should pass $commentdata along to it.
For one, 'comment_post' now does this. This would allow an action to perform additional work...such as in the comment meta, passed by whatever triggered the update function.
Attachments (3)
Change History (9)
#1
@
9 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
This ticket was mentioned in Slack in #core-comments by dshanske. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-comments by dshanske. View the logs.
8 years ago
#4
@
8 years ago
- Keywords needs-refresh added
- Milestone changed from Future Release to 4.6
- Owner set to dshanske
- Status changed from new to assigned
36427.diff makes sense, but the inline docs need a refresh to match the standards.
Assigned to @dshanske to refresh based on https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#since-section-changelogs.
Note: See
TracTickets for help on using
tickets.
@dshanske sounds reasonable. Want to create a patch for 4.6?