From: Laury GvR Date: Wed, 6 Jun 2018 16:33:04 +0000 (-0400) Subject: Fix IDs for block front groups X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f8301c084bb94ffe3713dc19771a14116773c0c3;p=WP-Themes%2Fsafeinnm.git Fix IDs for block front groups --- diff --git a/functions.php b/functions.php index 18306ad..94549b1 100644 --- a/functions.php +++ b/functions.php @@ -9,8 +9,8 @@ $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -DEFINE("GLM_BLOCKS_FRONT_GROUP",90);//d:266 L:90 -DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",91);//d:267 L:91 +DEFINE("GLM_BLOCKS_FRONT_GROUP",266);//d:266 L:90 +DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",267);//d:267 L:91 if (!function_exists('glm_quicksite_widget_init')) {