Changes between Initial Version and Version 1 of Ticket #43588, comment 4
- Timestamp:
- 03/21/2018 05:31:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43588, comment 4
initial v1 9 9 - {{{edit_comment()}}} is wrapper for {{{wp_update_comment()}}}. 10 10 - {{{wp_filter_comment()}}} within {{{wp_new_comment()}}}. 11 - {{{wp_handle_comment_submission()}}} uses {{{wp_new_comment()}}} 11 12 12 13 So within {{{wp_insert_comment()}}} and {{{wp_update_comment()}}} we could consider something like: … … 21 22 where {{{wp_privacy_anonymize_ip()}}} comes from #43545 22 23 23 Further we might consider what should happen when the {{{pending}}} comment status is changed with {{{wp_transition_comment_status()}}}. 24 Further we might consider 25 26 - What should happen when the {{{pending}}} comment status is changed with {{{wp_set_comment_status()}}} / {{{wp_transition_comment_status()}}}. 27 - What about author IP in comment cache?