I have updated the block ID for default blocks
authorIan Weller <ian@gaslightmedia.com>
Mon, 15 May 2017 19:27:45 +0000 (15:27 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 15 May 2017 19:27:45 +0000 (15:27 -0400)
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

index 800caa5..39d9917 100644 (file)
@@ -15,7 +15,7 @@
 // Block Locators //
     define("SERVICES_BLOCKS", 601);
 
-    define("DEFAULT_BLOCKS", 611);
+    define("DEFAULT_BLOCKS", 616);
 // End of Block Locators //
 
 ?>