diff --git a/comments.php b/comments.php index 37a6f34..ba5532d 100644 --- a/comments.php +++ b/comments.php @@ -3,26 +3,26 @@ * 评论模板 * @author Seaton Jiang * @license MIT License - * @version 2020.03.12 + * @version 2020.03.14 */ if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) { die(); } require get_template_directory() . '/pages/page-smilies.php'; -if (comments_open()) { ?> +if (comments_open()) {?>
-

+

- +
- 登录 之后才可以评论', 'kratos'), wp_login_url(get_permalink())); ?> + 登录 之后才可以评论', 'kratos'), wp_login_url(get_permalink()));?>
@@ -34,7 +34,7 @@ if (comments_open()) { ?>
- +
@@ -42,11 +42,19 @@ if (comments_open()) { ?>
- + +
+ +
+
+
+ +
+
- +
@@ -59,16 +67,16 @@ if (comments_open()) { ?>
- - + +
- - ID); ?> + + ID);?> - + - + \ No newline at end of file