projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8a560
)
changing defines for the blocks ids in the functions file
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 Aug 2017 14:31:18 +0000
(10:31 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 Aug 2017 14:31:18 +0000
(10:31 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
357bd14
..
7195fed
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-18,15
+18,15
@@
define("GOVERNMENT_BLOCKS", 25);
define("CHAMBER_PAGE", 193);
define("CHAMBER_SLIDER", 5881);
-define("CHAMBER_BLOCKS",
27
);
+define("CHAMBER_BLOCKS",
4326
);
define("VISITOR_PAGE", 188);
define("VISITOR_SLIDER", 5876);
-define("VISITOR_BLOCKS",
26
);
+define("VISITOR_BLOCKS",
4325
);
define("ECONOMIC_PAGE", 190);
define("ECONOMIC_SLIDER", 5878);
-define("ECONOMIC_BLOCKS",
34
);
+define("ECONOMIC_BLOCKS",
4327
);
define("DEFAULT_BLOCKS", 24);
define("DEFAULT_SLIDER", 21);