v1.10 — 评论时间/回复按钮/时区修复

- 自定义评论列表渲染(无 at 后缀,中文时间 Y-m-d H:i:s)
- 回复链接恢复
- 时区设为 Asia/Shanghai
- 评论样式优化
This commit is contained in:
2026-05-04 13:57:52 +08:00
parent fef6379522
commit 7619cfbee1
3 changed files with 34 additions and 9 deletions
+4
View File
@@ -281,3 +281,7 @@ add_filter('comment_form_defaults', function($defaults) {
$defaults['title_reply_after'] = '</h3>';
return $defaults;
});