changing the default blocks id for the dev site
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Feb 2019 04:36:49 +0000 (23:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Feb 2019 04:36:49 +0000 (23:36 -0500)
functions.php

index 335322e..000d85a 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 define( 'GOLF_BLOCKS', 10069 );
-define( 'DEFAULT_BLOCKS', 10070 );
+// define( 'DEFAULT_BLOCKS', 10070 );
+define( 'DEFAULT_BLOCKS', 9797 );
 
 $ancestorId   = null;
 $includePages = array();