-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update discussion group information
- Loading branch information
1 parent
630e6ef
commit 144222f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* 主题选项 | ||
* @author Seaton Jiang <[email protected]> | ||
* @license GPL-3.0 License | ||
* @version 2022.02.20 | ||
* @version 2022.03.28 | ||
*/ | ||
|
||
defined('ABSPATH') || exit; | ||
|
@@ -50,7 +50,7 @@ function getrobots() | |
'admin_bar_menu_icon' => 'dashicons-admin-generic', | ||
'framework_title' => '主题设置<small style="margin-left:10px">Kratos v' . THEME_VERSION . '</small>', | ||
'theme' => 'light', | ||
'footer_credit' => '感谢使用 <a target="_blank" href="https://github.com/seatonjiang/kratos">Kratos</a> 主题开始创作,欢迎加入交流群:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=jHy4nvMcnurowkL602BTDZzverAqfTpI&jump_from=webapi">734508</a>', | ||
'footer_credit' => '感谢使用 <a target="_blank" href="https://github.com/seatonjiang/kratos">Kratos</a> 主题开始创作,欢迎加入交流群:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=IG7qPkDLU2cyyp4xZiNfvr3V_4_UADkh&jump_from=webapi">51880737</a>', | ||
)); | ||
|
||
CSF::createSection($prefix, array( | ||
|