From 0dba6872c96a2ac81706253310ddc663622caf7f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 31 Jan 2018 12:47:10 -0500 Subject: [PATCH] Changed blocks front top group ID to fit the Dev55 block id --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index e92ac93..24d6022 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ require get_template_directory() . '/inc/menu-walker.php'; require get_template_directory() . '/inc/navigation.php'; -DEFINE("BLOCKS_FRONT_TOP_GROUP",65980); +DEFINE("BLOCKS_FRONT_TOP_GROUP",66139); if ( ! function_exists( 'wmta_setup' ) ) : /** -- 2.17.1