From 46dc189c7a36adf8a6617c4e272ce904e096e8a2 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 20 Aug 2021 12:53:40 +0800 Subject: [PATCH] fix: article widgets function --- inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index e9842a5..639348c 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -617,7 +617,7 @@ CSF::createSection($prefix, array( 'default' => false, ), array( - 'id' => 'opt-image-select', + 'id' => 'g_article_widgets', 'type' => 'image_select', 'title' => __('页面布局', 'kratos'), 'subtitle' => __('差异在于侧边栏小工具,仅在文章页面生效', 'kratos'),