Skip to content

Commit

Permalink
version1.2.4FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangyanhuo authored Jan 19, 2022
1 parent aebd204 commit 8909798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<div class="comment-meta">
<span class="date"><?php $comments->date('M j, Y'); ?></span>
<span class="comment-reply"><?php $comments->reply(); ?></span>
<?php if ($comments->status == 'waiting') { ?>
<span class="comment-reply">您的评论正等待审核!</span>
<?php } ?>
</div>
<?php $comments->content(); ?>
</div>
Expand Down

0 comments on commit 8909798

Please sign in to comment.