AtMention in Comments
Mention Both Registered and Non-Registered @Comment_Author in Comments
@mention in comments',
array ( __CLASS__, 'atmention_color' ),
'atmention',
'atmention_main'
);
}
/** Notification email texts sent to mentioned authors */
public static function atmention_mail_text() {
$atmention_mail_text = ( isset( self::$atmention_options[ 'mail_text' ] ) ) ? self::$atmention_options[ 'mail_text' ] : '';
?>
%post% Post link — %link% Comment link —
%title% Post title
Supports HTML email.