From 07621702194b924d12f2e33f5f92dc7acecafe70 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Wed, 29 Jul 2020 11:59:09 +0800 Subject: [PATCH] feat: optimized smtp config instructions --- inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index 50b6ca5..fc68a52 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -399,7 +399,7 @@ function kratos_options() $options[] = array( 'name' => __('授权方式', 'kratos'), - 'desc' => __('填写登录鉴权的方式', 'kratos'), + 'desc' => __('填写登录鉴权的方式,ssl 或 tls', 'kratos'), 'id' => 'm_sec', 'class' => 'hidden', 'type' => 'text',