This commit is contained in:
浪子 2024-06-07 22:15:08 +08:00
parent 6f23f1daae
commit 40a20f585e
2 changed files with 2 additions and 3 deletions

View File

@ -54,6 +54,7 @@
</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,7 +88,7 @@
<?php else: ?>
<?php _e(''); ?>
<?php endif; ?>
<ol class="commentlist sulliComment--list"></ol>
<?php if ($comments->have()): ?>
<?php $comments->listComments(); ?>
<?php

View File

@ -51,6 +51,4 @@ class Content
}
return $content;
}
}