Skip to content

Commit

Permalink
fixed update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Aug 31, 2019
1 parent 49ac4b1 commit 6000fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function theme_slug_setup() {
//检测更新
require_once(get_template_directory() . '/theme-update-checker.php');
$argonThemeUpdateChecker = new ThemeUpdateChecker(
'argon',
'Argon',
'https://raw.githubusercontent.com/abc2237512422/argon-theme/master/theme_update_info.json'
);
//注册小工具
Expand Down

0 comments on commit 6000fb8

Please sign in to comment.