projects
/
WP-Themes
/
mountpleasantwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e225449
)
changing the default blocks id for the dev site
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 27 Feb 2019 04:36:49 +0000
(23:36 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 27 Feb 2019 04:36:49 +0000
(23:36 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
335322e
..
000d85a
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-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();