Php 插件代码-它是什么意思?

Php 插件代码-它是什么意思?,php,plugins,Php,Plugins,我在我的网站上安装了lucia的linky love,评论显示为(新评论),而不是显示计数。我甚至不知道那是什么意思。我如何让它显示实际计数,“新评论”是什么意思 我知道这篇文章包括在内,但我不理解: if (($oldCommentDate < mysql2date('U', $comment->comment_date)) || $daysBefore < -14 ||!$sameNameExclude ){ //echo('<br>This is n

我在我的网站上安装了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;
  }
if($oldcomentdatecomment_date))| |$daysBefore<-14 | |!$sameNameExclude){
//echo(“
这是新的,或在上次发布或排除名称:return”后14天); 如果(用户是否已登录) $text.=“(新评论)”; 返回$text; }
如果注释的时间少于14天,它会通过文本显示
(新注释)