From a491d36ea87c908217dace4bee422d957c833e98 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 13 Nov 2023 05:58:32 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF=EF=BC=8C=E4=B8=8B=E6=AC=A1?= =?UTF-8?q?=E4=B8=80=E5=B9=B6=E6=8E=A8=E9=80=81=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 4659ccf..f1d3147 100755 --- a/functions.php +++ b/functions.php @@ -151,7 +151,7 @@ function bark_push_msg( $comment_id ) { $token = trim( get_theme_mod( 'biji_setting_bark' ) ); $query = [ 'group' => trim( get_bloginfo( 'name' ) ), - 'avatar' => get_avatar_url( $comment->comment_author_email ), + 'icon' => get_avatar_url( $comment->comment_author_email ), 'url' => htmlspecialchars( get_comment_link( $comment_id ) ), ]; $title = urlencode(trim( get_the_title( $comment->comment_post_ID ) ) ?: $query['group']);