Wordpress - Themes and Appearance
Identify the error in this code snippet:
function my_widgets_init() {
register_sidebar('name' => 'Main Sidebar', 'id' => 'main-sidebar');
}
add_action('widgets_init', 'my_widgets_init');