mirror of https://github.com/vtrois/kratos
refactor: remove poorly compatible tools
parent
7db595fb4c
commit
a1086457d9
|
@ -21,6 +21,9 @@ function widgets_init()
|
||||||
$wp_widget = array(
|
$wp_widget = array(
|
||||||
'WP_Widget_Pages',
|
'WP_Widget_Pages',
|
||||||
'WP_Widget_Meta',
|
'WP_Widget_Meta',
|
||||||
|
'WP_Widget_Media_Image',
|
||||||
|
'WP_Widget_Archives',
|
||||||
|
'WP_Widget_Calendar',
|
||||||
'WP_Widget_Recent_Posts',
|
'WP_Widget_Recent_Posts',
|
||||||
'WP_Widget_Recent_Comments',
|
'WP_Widget_Recent_Comments',
|
||||||
'WP_Widget_RSS',
|
'WP_Widget_RSS',
|
||||||
|
|
Loading…
Reference in New Issue