_s: attaching sidebar registration to the correct hook

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8928 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-13 16:03:39 +00:00
parent ea2b067539
commit 0d87fcd173
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function _s_widgets_init() {
'after_title' => '</h1>', 'after_title' => '</h1>',
) ); ) );
} }
add_action( 'init', '_s_widgets_init' ); add_action( 'widgets_init', '_s_widgets_init' );
/** /**
* Enqueue scripts * Enqueue scripts