From b15cdfd63587ba02ec020bde72713fe7a423f388 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 1 Apr 2015 13:51:59 -0400 Subject: [PATCH] Alter functions.php no side widget areas --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a45bd1d..49e68f1 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); -add_action('widgets_init', 'glm_quicksite_widget_init'); +//add_action('widgets_init', 'glm_quicksite_widget_init'); if (!function_exists('glm_quicksite_widget_init')) { -- 2.17.1