disciple-tools-theme
disciple-tools-theme copied to clipboard
comment type @mentions notifications
insert_notification_for_comment only sends a notification to @mentioned users if the comment is of type 'comment'
It would seem it's a size restriction issue; as the wp_comments table currently has a column comment_type varchar(20) size constraint; which will fail for longer types.