• Hello all!

    I want to change the color of the notification mail that is sent if any new comment appears on a post.

    I mean:
    Author : ..
    E-mail : …
    URL : ….
    Whois : …..
    Comment: THE CONTENT OF THE COMMENT HERE IN COLOR

    I′ve found this line in pluggable.php:
    line 989:
    $notify_message .= __(‘Comment:’) . “\r\n” . $comment->comment_content . “\r\n\r\n”;

    but how can I add the color with html?

    I′ve tried with: $notify_message .= __(‘Comment:’) . “\r\n” . $comment-><html><font color=’red’>comment_content</html></font>

    but I′ve just produced an error in this line opening the page…

    can anybody help me please?

    THANKS!!!

  • The topic ‘pluggable.php’ is closed to new replies.