From: Laury GvR Date: Tue, 28 Jul 2015 18:03:19 +0000 (-0400) Subject: Explicitly enabling revisions elsewhere. X-Git-Tag: v1.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0944854a6e7fa5397c603604d8598ff4bfc75796;p=WP-Themes%2Fnorthernlakes.git Explicitly enabling revisions elsewhere. --- 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); }