From bfca98e339ac58550f8e710d75ff0d498a5f43f3 Mon Sep 17 00:00:00 2001 From: spirit Date: Wed, 30 Oct 2019 20:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E6=94=B9=E5=90=8D=E4=BA=86-=5F-?= 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 f6fad8c..b5a0dde 100644 --- a/functions.php +++ b/functions.php @@ -1698,6 +1698,6 @@ function sakura_comment_notify($comment_id){ if ( !$_POST['mail-notify'] ) update_comment_meta($comment_id,'mail_notify','false'); } -add_action('comment_post', 'spirit_comment_notify'); +add_action('comment_post', 'sakura_comment_notify'); //code end