From 2fc503fedc7104bd1eae6132be6717de9ea8b3bf Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Sun, 27 Sep 2020 08:14:48 +0800 Subject: [PATCH] fix: problem with two identical id dom --- footer.php | 4 ++-- inc/theme-widgets.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/footer.php b/footer.php index fea3fb3..cefcea2 100644 --- a/footer.php +++ b/footer.php @@ -3,7 +3,7 @@ * 主题页脚 * @author Seaton Jiang * @license MIT License - * @version 2020.04.12 + * @version 2020.09.27 */ ?> diff --git a/inc/theme-widgets.php b/inc/theme-widgets.php index bc1f349..df8ac67 100644 --- a/inc/theme-widgets.php +++ b/inc/theme-widgets.php @@ -3,7 +3,7 @@ * 侧栏小工具 * @author Seaton Jiang * @license MIT License - * @version 2020.08.03 + * @version 2020.09.27 */ // 添加小工具 @@ -78,7 +78,7 @@ class widget_search extends WP_Widget { if ( $title ) { echo '
'. $title .'
'; } - echo '
'; + echo '
'; echo '
'; }