From a1086457d925ddd5db6f09354613b7c76d580d65 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Sun, 13 Dec 2020 22:59:10 +0800 Subject: [PATCH] refactor: remove poorly compatible tools --- inc/theme-widgets.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/theme-widgets.php b/inc/theme-widgets.php index ed2f991..aedad99 100644 --- a/inc/theme-widgets.php +++ b/inc/theme-widgets.php @@ -21,6 +21,9 @@ function widgets_init() $wp_widget = array( 'WP_Widget_Pages', 'WP_Widget_Meta', + 'WP_Widget_Media_Image', + 'WP_Widget_Archives', + 'WP_Widget_Calendar', 'WP_Widget_Recent_Posts', 'WP_Widget_Recent_Comments', 'WP_Widget_RSS',