From 0944854a6e7fa5397c603604d8598ff4bfc75796 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 28 Jul 2015 14:03:19 -0400 Subject: [PATCH] Explicitly enabling revisions elsewhere. --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index d901513..f0f6d6f 100644 --- a/functions.php +++ b/functions.php @@ -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); } -- 2.17.1