Update comments.php

This commit is contained in:
浪子 2024-05-22 08:28:48 +08:00
parent fd639a1ffa
commit 7b6154acad
1 changed files with 5 additions and 1 deletions

View File

@ -73,6 +73,10 @@
) )
); );
?> ?>
<?php else: ?>
<center><h3><?php _e('暂无评论'); ?></h3></center>
<?php endif; ?> <?php endif; ?>
<div id="<?php $this->respondId(); ?>" class="comment-respond"> <div id="<?php $this->respondId(); ?>" class="comment-respond">
<div class="cancel-comment-reply cancel-comment-reply-link"><?php $comments->cancelReply(); ?></div> <div class="cancel-comment-reply cancel-comment-reply-link"><?php $comments->cancelReply(); ?></div>