Hi!
I want to modify the plugable.php with a plugin and not just with a plain hack.
I want to add this line in line 987:
$notify_message .= sprintf( __('UA : %s'), $comment->comment_agent ) . "\r\n";
How can I do this? Is there some kind of hook I can use? Thanx in advance for your enlighment