From 87a84fb3a35901aecb7682f7325ce7d1fb89a87b Mon Sep 17 00:00:00 2001 From: jd82k Date: Tue, 23 Apr 2024 02:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dajax=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=BE=E7=A4=BA=E8=AF=84=E8=AE=BA=E7=AD=89=E7=BA=A7?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/fun/comment-ajax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/fun/comment-ajax.php b/inc/fun/comment-ajax.php index bb94ab67..a0fcae37 100755 --- a/inc/fun/comment-ajax.php +++ b/inc/fun/comment-ajax.php @@ -175,7 +175,7 @@ function pk_comment_ajax() $comment_approved_str = ''; if ($comment->comment_approved == '0') { - $comment_approved_str = '

您的评论正在等待审核!

'; + $comment_approved_str = '

您的评论正在等待审核!

'; } wp_set_comment_cookies($comment, $user); @@ -186,7 +186,7 @@ function pk_comment_ajax()
' . get_comment_author_link($comment_id) . ' - ' . pk_the_author_class(false, $comment) . ' + ' . (pk_is_checked('comment_level') ? pk_the_author_class(false, $comment) : '') . '
' . get_comment_date('Y-m-d H:i:s', $comment_id) . '