From 296b899a984f8e868292728073e08eb130480265 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Thu, 12 Mar 2020 18:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=85=8D=E7=BD=AE=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=97=B6=E4=B8=80=E5=A4=84=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ad2fc04..b729095 100644 --- a/index.php +++ b/index.php @@ -46,7 +46,7 @@ class WP_CHINA_YES { public static function wp_china_yes_activate() { $options = array(); - $options['community'] = 0; + $options['community'] = '0'; $options['custom_api_server'] = ''; $options['custom_download_server'] = ''; $options['api_server'] = 'api.w.org.ibadboy.net';