Skip to content

Commit c3e5d5e

Browse files
committed
2 parents 95a0635 + c1c840a commit c3e5d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Like/Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function theLike($link = true){
8989
$settings = Helper::options()->plugin('Like');
9090
echo '<a href="javascript:;" class="'.$settings->likeClass.'" data-pid="'.$cid.'"><i class="fa-thumbs-up"></i>赞 (<span>'.$row['likes'].'</span>)</a>';
9191
}else{
92-
return $row['likes'];
92+
echo $row['likes'];
9393
}
9494
}
9595

0 commit comments

Comments
 (0)