Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43588, comment 4


Ignore:
Timestamp:
03/21/2018 05:31:00 PM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43588, comment 4

    initial v1  
    99- {{{edit_comment()}}} is wrapper for {{{wp_update_comment()}}}.
    1010- {{{wp_filter_comment()}}} within {{{wp_new_comment()}}}.
     11- {{{wp_handle_comment_submission()}}} uses {{{wp_new_comment()}}}
    1112
    1213So within {{{wp_insert_comment()}}} and {{{wp_update_comment()}}} we could consider something like:
     
    2122where {{{wp_privacy_anonymize_ip()}}} comes from #43545
    2223
    23 Further we might consider what should happen when the {{{pending}}} comment status is changed with {{{wp_transition_comment_status()}}}.
     24Further 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?