From 7fe65d5559e5c1570be526f194e786d9bd7080d4 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Mon, 14 Dec 2020 01:21:52 +0800 Subject: [PATCH] feat: update authorization year --- inc/theme-options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index 9b4b769..7856c9c 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -3,7 +3,7 @@ * 主题选项 * @author Seaton Jiang * @license MIT License - * @version 2020.09.21 + * @version 2020.12.14 */ function getrobots() @@ -758,7 +758,7 @@ function kratos_options() $options[] = array( 'name' => __('版权信息', 'kratos'), 'id' => 's_copyright', - 'std' => 'COPYRIGHT © 2020 ' . $sitename . '. ALL RIGHTS RESERVED.', + 'std' => 'COPYRIGHT © 2021 ' . $sitename . '. ALL RIGHTS RESERVED.', 'type' => 'textarea', );