From: Laury GvR Date: Thu, 22 Mar 2018 21:15:27 +0000 (-0400) Subject: Blocks groups ids fixed to match dev copy again X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a5c767609b38f78a0e18aa1b788b8f167eaf3c17;p=WP-Themes%2Fbayharbor.git Blocks groups ids fixed to match dev copy again --- diff --git a/functions.php b/functions.php index d30ca8f..156c09c 100644 --- a/functions.php +++ b/functions.php @@ -6,9 +6,9 @@ $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -define("HOTEL_PAGE_ID", 13); // L:13 -define("FRONT_BLOCKS_GROUP",128); // L:128 -define("HOTEL_BLOCKS_GROUP",129); // L:129 +define("HOTEL_PAGE_ID", 13); // L:13, dev55:84 +define("FRONT_BLOCKS_GROUP",383); // L:128, dev55:383 +define("HOTEL_BLOCKS_GROUP",384); // L:129, dev55:384 if (!function_exists('glm_quicksite_widget_init')) {