From 943f159f571af67b84747f76f2709ef2b733c68a Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 15 May 2017 15:27:45 -0400 Subject: [PATCH] I have updated the block ID for default blocks I sound the post IDs for the default blocks were different from what I have on my copy. I made a switch to reflect the dev55 site --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 800caa5..39d9917 100644 --- a/functions.php +++ b/functions.php @@ -15,7 +15,7 @@ // Block Locators // define("SERVICES_BLOCKS", 601); - define("DEFAULT_BLOCKS", 611); + define("DEFAULT_BLOCKS", 616); // End of Block Locators // ?> -- 2.17.1