fix: tucao 文章类型支持评论

This commit is contained in:
2026-05-17 00:41:28 +08:00
parent 9076aebea9
commit 5409f649f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function kjweji_register_tucao() {
'has_archive' => true, 'has_archive' => true,
'rewrite' => array('slug' => 'tucao'), 'rewrite' => array('slug' => 'tucao'),
'show_in_rest' => true, 'show_in_rest' => true,
'supports' => array('title', 'editor', 'author', 'thumbnail'), 'supports' => array('title', 'editor', 'author', 'thumbnail', 'comments'),
'menu_position' => 25, 'menu_position' => 25,
'menu_icon' => 'dashicons-format-chat', 'menu_icon' => 'dashicons-format-chat',
)); ));
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
Theme Name: 空笺未寄 Theme Name: 空笺未寄
Version: 0.14.2 Version: 0.14.3
Requires at least: 6.0 Requires at least: 6.0
Requires PHP: 7.4 Requires PHP: 7.4
License: MIT License: MIT