From 8af0967d3b6dc919807f0f40155545a985da0c1d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 13 Feb 2019 11:25:32 -0500 Subject: [PATCH] Fix block footer group --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 07c6824..854fc89 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); add_action('widgets_init', 'glm_weather_widget_init'); -define('GLM_BLOCKS_FOOTER_GROUP_ID', "8249"); // L: 8249, A: , dev70: 8213 +define('GLM_BLOCKS_FOOTER_GROUP_ID', "8213"); // L: 8249, A: , dev70: 8213 define('COUNTIES_PAGE_ID', "169"); define('THE_UP_PAGE_ID', "171"); -- 2.17.1