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:
bbb2bb1
)
switch the numbers
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 6 Apr 2017 20:11:10 +0000
(16:11 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 6 Apr 2017 20:11:10 +0000
(16:11 -0400)
had the wrong one for default.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
fc31ca4
..
f23af76
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-1,6
+1,6
@@
<?php
-define( 'GOLF_BLOCKS', 979
7
);
-define( 'DEFAULT_BLOCKS', 979
6
);
+define( 'GOLF_BLOCKS', 979
6
);
+define( 'DEFAULT_BLOCKS', 979
7
);
$ancestorId = null;
$includePages = array();