Update comments.php

This commit is contained in:
浪子 2024-06-13 22:05:34 +08:00
parent 1deff9afbf
commit e37ef68e30
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,6 @@
</g>
</svg><?php $this->commentsNum(_t('0'), _t('1'), _t('%d')); ?>
</h3>
<ol class="commentlist sulliComment--list"></ol>
<div id="<?php $this->respondId(); ?>" class="comment-respond">
<div class="cancel-comment-reply cancel-comment-reply-link"><?php $comments->cancelReply(); ?></div>
<form method="post" action="<?php $this->commentUrl() ?>" id="comment-form" role="form" class="comment-form">
@ -87,6 +86,7 @@
<?php else: ?>
<?php _e(''); ?>
<?php endif; ?>
<ol class="commentlist sulliComment--list"></ol>
<?php if ($comments->have()): ?>
<?php $comments->listComments(); ?>
<?php