projects
/
WP-Themes
/
northernlakes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb6596
)
Explicitly enabling revisions
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Jul 2015 18:02:00 +0000
(14:02 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Jul 2015 18:02:00 +0000
(14:02 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
7fae8c9
..
d901513
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-37,6
+37,7
@@
function glm_get_menu_options()
if (!$menu_options && is_file($themeConfig)) {
$menu_options = parse_ini_file($themeConfig, true);
}
+ define('WP_POST_REVISIONS', true);
return $menu_options;
}