mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
feat:默认使用官方原版应用市场
This commit is contained in:
parent
ca6ef7730c
commit
29e98f3329
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (is_admin()) {
|
||||||
* 初始化设置项
|
* 初始化设置项
|
||||||
*/
|
*/
|
||||||
if (empty(get_option('wpapi')) || empty(get_option('super_gravatar')) || empty(get_option('super_googlefonts'))) {
|
if (empty(get_option('wpapi')) || empty(get_option('super_gravatar')) || empty(get_option('super_googlefonts'))) {
|
||||||
update_option("wpapi", '1');
|
update_option("wpapi", '2');
|
||||||
update_option("super_gravatar", '1');
|
update_option("super_gravatar", '1');
|
||||||
update_option("super_googlefonts", '2');
|
update_option("super_googlefonts", '2');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue