diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index deef3c0a15..c77bd57b79 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -2092,7 +2092,7 @@ function widget_many_register() { } // This is important -add_action( 'widgets_init', 'widget_many_register' ) +add_action( 'widgets_init', 'widget_many_register' ); */