mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
修复:管理后台加速功能因用户反馈问题较多,故暂时默认关闭
This commit is contained in:
parent
b090bf9172
commit
fce06801e7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class WP_CHINA_YES {
|
|||
* 初始化设置项
|
||||
*/
|
||||
update_option("wpapi", get_option('wpapi') ?: '2');
|
||||
update_option("super_admin", get_option('super_admin') ?: '1');
|
||||
update_option("super_admin", get_option('super_admin') ?: '2');
|
||||
update_option("super_gravatar", get_option('super_gravatar') ?: '1');
|
||||
update_option("super_googlefonts", get_option('super_googlefonts') ?: '2');
|
||||
update_option("super_googleajax", get_option('super_googleajax') ?: '2');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue