forked from mirror/_s
_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:
parent
ea2b067539
commit
0d87fcd173
|
@ -94,7 +94,7 @@ function _s_widgets_init() {
|
|||
'after_title' => '</h1>',
|
||||
) );
|
||||
}
|
||||
add_action( 'init', '_s_widgets_init' );
|
||||
add_action( 'widgets_init', '_s_widgets_init' );
|
||||
|
||||
/**
|
||||
* Enqueue scripts
|
||||
|
|
Reference in New Issue