From 5525c580b738706a1bfd0aede2a48949aa012630 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Sun, 7 Mar 2021 13:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=B8=94=E4=BC=9A=E8=AF=B1=E5=8F=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=94=99=E8=AF=AF=E6=95=B0=E7=BB=84=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wpcs-wp-super-cache-plugin.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wpcs-wp-super-cache-plugin.php b/wpcs-wp-super-cache-plugin.php index 977e065..228abc3 100755 --- a/wpcs-wp-super-cache-plugin.php +++ b/wpcs-wp-super-cache-plugin.php @@ -11,11 +11,6 @@ $GLOBALS['wp_supercache_wpcs_version'] = '1.0'; -$GLOBALS['wpcs_options'] = array( - 'wpcs_used_langs' => ##wpcs_used_langs##, - 'wpcs_auto_language_recong' => ##wpcs_auto_language_recong##, -); - function wp_supercache_wpcs_get_prefered_language($accept_languages, $target_langs, $flag = 0) { $langs = array(); preg_match_all('/([a-z]{1,8}(-[a-z]{1,8})?)\s*(;\s*q\s*=\s*(1|0\.[0-9]+))?/i', $accept_languages, $lang_parse);