Explicitly enabling revisions elsewhere.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Jul 2015 18:03:19 +0000 (14:03 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Jul 2015 18:03:19 +0000 (14:03 -0400)
functions.php

index d901513..f0f6d6f 100644 (file)
@@ -37,7 +37,6 @@ 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;
 }
 
@@ -151,7 +150,7 @@ function glm_site_scripts()
     );
     if(is_front_page()) {
     }
-
+    define('WP_POST_REVISIONS', true); 
 }