Opened 10 years ago
Closed 10 years ago
#36427 closed enhancement (fixed)
Edit_Comment Should Pass CommentData
| Reported by: | dshanske | Owned by: | dshanske |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | needs-patch needs-refresh |
| Cc: | Focuses: |
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)
This ticket was mentioned in Slack in #core-comments by dshanske. View the logs.
10 years ago
This ticket was mentioned in Slack in #core-comments by dshanske. View the logs.
10 years ago
#4
@
10 years ago
- Keywords needs-refresh added
- Milestone Future Release → 4.6
- Owner set to
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@dshanske sounds reasonable. Want to create a patch for 4.6?