v1.11 — 评论区去重横线 + 回复标题缩小
This commit is contained in:
+1
-2
@@ -7,7 +7,6 @@ if (post_password_required()) return;
|
||||
|
||||
<div id="comments" class="comments-section">
|
||||
|
||||
<h3 class="comment-reply-title">笺下留言</h3>
|
||||
|
||||
<?php if (have_comments()) : ?>
|
||||
<ol class="comment-list">
|
||||
@@ -32,7 +31,7 @@ if (post_password_required()) return;
|
||||
<?php if (is_user_logged_in()) : ?>
|
||||
<?php
|
||||
comment_form(array(
|
||||
'title_reply' => '',
|
||||
'title_reply' => '笺下留言',
|
||||
'comment_notes_before' => '',
|
||||
'comment_notes_after' => '',
|
||||
'logged_in_as' => '',
|
||||
|
||||
Reference in New Issue
Block a user