From: Ian Weller Date: Mon, 15 May 2017 19:27:45 +0000 (-0400) Subject: I have updated the block ID for default blocks X-Git-Tag: v1.0.0~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=943f159f571af67b84747f76f2709ef2b733c68a;p=WP-Themes%2Fpetoskeyveterinarian.git 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 --- 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 // ?>