From f4e70941aac135bf6a550a9bf34aef119aeb508f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Feb 2018 10:17:22 -0500 Subject: [PATCH] Changed block footer group ID to reflect dev55 ID --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9f67f6f..fa6ede3 100644 --- a/functions.php +++ b/functions.php @@ -10,7 +10,7 @@ require get_template_directory() . '/inc/menu-walker.php'; require get_template_directory() . '/inc/navigation.php'; DEFINE("BLOCKS_FRONT_TOP_GROUP",66139); -DEFINE("BLOCKS_FOOTER_AREA_GROUP",65992); +DEFINE("BLOCKS_FOOTER_AREA_GROUP",66199); if ( ! function_exists( 'wmta_setup' ) ) : /** -- 2.17.1