mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-04 20:19:53 +08:00
重构:更新设置项说明
This commit is contained in:
parent
64eabb6821
commit
39776eef31
1 changed files with 2 additions and 2 deletions
|
@ -236,11 +236,11 @@ class WP_CHINA_YES {
|
|||
}
|
||||
|
||||
public function field_super_googlefonts_cb() {
|
||||
$this->field_cb('super_googlefonts' , '请只在主题包含谷歌字体的情况下才启用该选项,以免造成不必要的性能损失');
|
||||
$this->field_cb('super_googlefonts' , '请只在包含谷歌字体的情况下才启用该选项,以免造成不必要的性能损失');
|
||||
}
|
||||
|
||||
public function field_super_googleajax_cb() {
|
||||
$this->field_cb('super_googleajax' , '请只在主题包含谷歌前端公共库的情况下才启用该选项,以免造成不必要的性能损失');
|
||||
$this->field_cb('super_googleajax' , '请只在包含谷歌前端公共库的情况下才启用该选项,以免造成不必要的性能损失');
|
||||
}
|
||||
|
||||
public function options_page_html() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue