This commit is contained in:
浪子 2024-06-11 16:15:19 +08:00
commit 2082a070a9
2 changed files with 2 additions and 3 deletions

View File

@ -54,6 +54,7 @@
</g> </g>
</svg><?php $this->commentsNum(_t('0'), _t('1'), _t('%d')); ?> </svg><?php $this->commentsNum(_t('0'), _t('1'), _t('%d')); ?>
</h3> </h3>
<ol class="commentlist sulliComment--list"></ol>
<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>
<form method="post" action="<?php $this->commentUrl() ?>" id="comment-form" role="form" class="comment-form"> <form method="post" action="<?php $this->commentUrl() ?>" id="comment-form" role="form" class="comment-form">
@ -87,7 +88,7 @@
<?php else: ?> <?php else: ?>
<?php _e(''); ?> <?php _e(''); ?>
<?php endif; ?> <?php endif; ?>
<ol class="commentlist sulliComment--list"></ol>
<?php if ($comments->have()): ?> <?php if ($comments->have()): ?>
<?php $comments->listComments(); ?> <?php $comments->listComments(); ?>
<?php <?php

View File

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