2010-04-29 51 views
0

我在我的网站上安装了lucia的linky love,评论显示为(新评论),而不是显示计数。我甚至不知道这意味着什么。我如何让它显示实际的数量以及“新评论”是什么意思?插件代码 - 这是什么意思?

我知道这个文本包括在内,但不明白:

if (($oldCommentDate < mysql2date('U', $comment->comment_date)) || $daysBefore < -14 ||!$sameNameExclude){ 
    //echo('<br>This is new or 14 days after last post or excluded name: return '); 
    if(is_user_logged_in()) 
    $text .= " (new comment) "; 
    return $text; 
    } 

回答

0

它看起来像如果注释是旧的不足14天就说明(new comment)由文本。