When posting a new comment, several errors are thrown in the Crowd_Control->add_flagging_link_comment() method.
They seem related to the comment object not being given to this filter from check_comment method in wp-includes/comment.php => $comment = apply_filters( 'comment_text', $comment );
$comment is just the comment text, but the comment object is missing.
Via:
https://wordpress.org/support/topic/non-object-errors-in-add_flagging_link_comment-method
When posting a new comment, several errors are thrown in the Crowd_Control->add_flagging_link_comment() method.
They seem related to the comment object not being given to this filter from check_comment method in wp-includes/comment.php => $comment = apply_filters( 'comment_text', $comment );
$comment is just the comment text, but the comment object is missing.
Via:
https://wordpress.org/support/topic/non-object-errors-in-add_flagging_link_comment-method