Update comments.php
This commit is contained in:
parent
fd639a1ffa
commit
7b6154acad
|
@ -73,7 +73,11 @@
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<?php endif; ?>
|
<?php else: ?>
|
||||||
|
|
||||||
|
<center><h3><?php _e('暂无评论'); ?></h3></center>
|
||||||
|
|
||||||
|
<?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>
|
||||||
<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">
|
||||||
|
|
Loading…
Reference in New Issue