From 0d87fcd173b67cebf25b2f7903b79e39dd3f464a Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 13 Feb 2012 16:03:39 +0000 Subject: [PATCH] _s: attaching sidebar registration to the correct hook git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8928 d957f892-c61d-0410-b221-f235e6eecf30 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index fdd0210d..e394a0f9 100644 --- a/functions.php +++ b/functions.php @@ -94,7 +94,7 @@ function _s_widgets_init() { 'after_title' => '', ) ); } -add_action( 'init', '_s_widgets_init' ); +add_action( 'widgets_init', '_s_widgets_init' ); /** * Enqueue scripts