projects
/
WP-Themes
/
khako.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f259b98
)
Fixed block id for dev55 Our Impact section
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 6 Feb 2018 23:10:52 +0000
(18:10 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 6 Feb 2018 23:10:52 +0000
(18:10 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
0716c96
..
ef5d3de
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-10,7
+10,7
@@
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
DEFINE("GLM_BLOCKS_FRONT_GROUP",270);
-DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",
147
);//271
+DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",
271
);//271
if (!function_exists('glm_quicksite_widget_init')) {