switch the numbers
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Apr 2017 20:11:10 +0000 (16:11 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Apr 2017 20:11:10 +0000 (16:11 -0400)
had the wrong one for default.

functions.php

index fc31ca4..f23af76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
-define( 'GOLF_BLOCKS', 9797 );
-define( 'DEFAULT_BLOCKS', 9796 );
+define( 'GOLF_BLOCKS', 9796 );
+define( 'DEFAULT_BLOCKS', 9797 );
 
 $ancestorId   = null;
 $includePages = array();