This commit is contained in:
浪子
2025-07-07 17:30:50 +08:00
parent 58b2e80883
commit 33bc5d53f5
4 changed files with 56 additions and 3 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
</div>
<div class="content">
<div class="content-text t-md mt10 puock-text">
<?php if ($comments->parent) {echo getPermalinkFromCoid($comments->parent);} $comments->content();?>
<?php if ($comments->parent) {echo getPermalinkFromCoid($comments->parent);} echo parse_smiley_shortcode($comments->content);?>
<div class="comment-os c-sub">
<?php
$deviceInfo = getBrowsersInfo($comments->agent);