From 0f0f1c8c8d010b4d11f80517cfe573abd1b83a2e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 5 Feb 2019 16:16:39 -0500 Subject: [PATCH] ID for grid blocks updated --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 889b840..23d5dee 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'); define('FP_FLIPPING_BLOCKS_GROUP_ID', 17003); // L: 17003, Dev70: -define('FP_GRID_BLOCKS_GROUP_ID', 17025); // L: 17025, Dev70: +define('FP_GRID_BLOCKS_GROUP_ID', 18157); // L: 17025, Dev70:, Norax: //define('') if (!function_exists('glm_quicksite_widget_init')) { -- 2.17.1