From: Laury GvR Date: Tue, 6 Feb 2018 23:10:52 +0000 (-0500) Subject: Fixed block id for dev55 Our Impact section X-Git-Tag: v1.0.0^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f1fa4491d78ca932bbcd08d00598a730c7ce64bd;p=WP-Themes%2Fkhako.git Fixed block id for dev55 Our Impact section --- diff --git a/functions.php b/functions.php index 0716c96..ef5d3de 100644 --- a/functions.php +++ b/functions.php @@ -10,7 +10,7 @@ $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); DEFINE("GLM_BLOCKS_FRONT_GROUP",270); -DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",147);//271 +DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",271);//271 if (!function_exists('glm_quicksite_widget_init')) {