projects
/
WP-Themes
/
petoskeyveterinarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a234095
)
I have updated the block ID for default blocks
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 15 May 2017 19:27:45 +0000
(15:27 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 15 May 2017 19:27:45 +0000
(15:27 -0400)
I sound the post IDs for the default blocks were different from what I
have on my copy. I made a switch to reflect the dev55 site
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
800caa5
..
39d9917
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-15,7
+15,7
@@
// Block Locators //
define("SERVICES_BLOCKS", 601);
- define("DEFAULT_BLOCKS", 61
1
);
+ define("DEFAULT_BLOCKS", 61
6
);
// End of Block Locators //
?>