fix: child theme pic url (#395)

pull/399/head
Seaton Jiang 2021-07-01 11:01:15 +08:00
parent 138fa9c137
commit e6929e2d7b
No known key found for this signature in database
GPG Key ID: 0E05070D261ACFEA
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* 核心函数
* @author Seaton Jiang <seatonjiang@vtrois.com>
* @license MIT License
* @version 2021.06.25
* @version 2021.07.01
*/
if (kratos_option('g_cdn', false)) {
@ -84,7 +84,7 @@ function theme_autoload()
$data = array(
'site' => home_url(),
'directory' => get_stylesheet_directory_uri(),
'directory' => ASSET_PATH,
'alipay' => kratos_option('g_donate_alipay', ASSET_PATH . '/assets/img/donate.png'),
'wechat' => kratos_option('g_donate_wechat', ASSET_PATH . '/assets/img/donate.png'),
'repeat' => __('您已经赞过了', 'kratos'),