使用评论实现说说的功能
This commit is contained in:
浪子
2025-08-04 17:00:37 +08:00
parent 0017693c81
commit 4dcaefb291
7 changed files with 219 additions and 200 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
<?php endif; ?>
</div>
<div class="t-sm c-sub">
<span><?php $comments->date('Y-m-d H:i:s'); ?></span>
<span><?php echo friendly_date($comments->created); ?></span>
<a rel="nofollow" class="hide-info animated bounceIn c-sub-a t-sm ml-1 comment-reply" href="javascript:void(0);" data-coid="<?php echo $comments->coid; ?>"><span class="comment-reply-text"><i class="fa fa-share-from-square"></i>回复</span></a>
</div>
</div>