fix 修复冲突
This commit is contained in:
浪子
2025-03-15 10:27:24 +08:00
parent bfc8076867
commit 8ac5a088aa
3 changed files with 91 additions and 40 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
<?php if ($comments->have()): ?>
<?php $comments->listComments(); ?>
<?php $comments->pageNav(
<?php $comments->pageNav(
' ',
' ',
1,
@@ -96,7 +96,7 @@ function threadedComments($comments, $options) {
<div class="comment-body" id="<?php $comments->theId(); ?>">
<div class="comment-meta">
<div class="comment--avatar">
<?php if ($comments->url): ?>
<?php if ($comments->url): ?>
<a href="<?php echo $comments->url ?>" target="_blank" rel="external nofollow" title=" <?php echo $commentApprove['userDesc']; ?> ">
<?php echo $comments->gravatar('40', ''); ?>
</a>