Skip to content

Commit

Permalink
fix: 修复评论名称title显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
5ibug committed May 3, 2024
1 parent 0fefedc commit c0d263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ function threadedComments($comments, $options)
$comments_a = 'class="vimg" style="border-radius: 50%;"';
echo getGravatar($email, $name, $comments_a); ?>
<div class="vuser">
<cite class="vnick" title="<?php $comments->author(); ?>">
<cite class="vnick" title="<?php $comments->author; ?>">
<?php $comments->author(); ?>
</cite>
<?php commentRank($comments, $comments->mail); ?>
Expand Down

0 comments on commit c0d263c

Please sign in to comment.