projects
/
WP-Themes
/
gilmoremuseum2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41eddc
)
ID for grid blocks updated
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Feb 2019 21:16:39 +0000
(16:16 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Feb 2019 21:16:39 +0000
(16:16 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
889b840
..
23d5dee
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-8,7
+8,7
@@
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
define('FP_FLIPPING_BLOCKS_GROUP_ID', 17003); // L: 17003, Dev70:
-define('FP_GRID_BLOCKS_GROUP_ID', 1
7025); // L: 17025, Dev70:
+define('FP_GRID_BLOCKS_GROUP_ID', 1
8157); // L: 17025, Dev70:, Norax:
//define('')
if (!function_exists('glm_quicksite_widget_init')) {