projects
/
WP-Themes
/
safeinnm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cf244
)
Block group IDs corrected for dev site
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Jun 2018 19:29:55 +0000
(15:29 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Jun 2018 19:29:55 +0000
(15:29 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
3f95210
..
a29d712
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-7,8
+7,8
@@
$includePages = array();
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
-DEFINE("GLM_BLOCKS_FRONT_GROUP",
90
);//d:266 L:90
-DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",
91
);//d:267 L:91
+DEFINE("GLM_BLOCKS_FRONT_GROUP",
266
);//d:266 L:90
+DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",
267
);//d:267 L:91
if (!function_exists('glm_quicksite_widget_init')) {