v1.11 — 评论区去重横线 + 回复标题缩小

This commit is contained in:
2026-05-04 14:04:31 +08:00
parent 7619cfbee1
commit 3c220cf468
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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' => '',