A plugin for typecho to display comment identification.
- Enable this plugin.
- Put
<?php CommentIdentify_Plugin::identify($comments->mail);?>
into your theme code.
Pay attention to the operation order, or your website will display Server Error
! (Tell the truth I'm too lazy to write a judge.)