From 56ce30eccdd834908d323a44a4f4eee88b5c144f Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Mon, 21 Sep 2020 11:53:42 +0800 Subject: [PATCH] feat: optimize and add vector graphics --- inc/theme-options.php | 9 +-------- pages/page-content.php | 3 --- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index 7b85c68..b22ab8c 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -71,14 +71,7 @@ function kratos_options() 'std' => '#f5f5f5', 'type' => 'color', ); - - $options[] = array( - 'name' => __('多人模式', 'kratos'), - 'desc' => __('在文章列表显示当前文章作者,在文章页面页脚显示当前作者介绍', 'kratos'), - 'id' => 'multiusers', - 'type' => 'checkbox', - ); - + $options[] = array( 'name' => __('前台管理员导航', 'kratos'), 'desc' => __('开启前台管理员导航', 'kratos'), diff --git a/pages/page-content.php b/pages/page-content.php index 8cf580d..4f76de4 100644 --- a/pages/page-content.php +++ b/pages/page-content.php @@ -26,9 +26,6 @@
- - -