Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorfireblade1
    • CommentTimeNov 27th 2011
     
    On commnets.php
    <cite><?php echo plog_tr('Comment by'); ?> <?php echo (trim(plogger_get_comment_url()) != '') ? '<!-- <a href="'.plogger_get_comment_url().'" rel="nofollow"> -->'.plogger_get_comment_author().'</a>' : ''.plogger_get_comment_author().''; ?> - <?php echo plog_tr('posted on'); ?> <?php echo plogger_get_comment_date(); ?></cite>

    I have added <!-- --> in the code to remove the link of the poster be cause that link dont go anywhere, so why have it.