feat: update authorization year

pull/321/head^2
Seaton Jiang 2020-12-14 01:21:52 +08:00
parent ae0276496c
commit 7fe65d5559
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* 主题选项
* @author Seaton Jiang <seaton@vtrois.com>
* @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',
);