From 8e88ee4d4aa1422ba83eaa16b2ccc9fab8c5e72a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 14 Jul 2012 23:51:18 -0500 Subject: [PATCH] Remove WP_POST_REVISIONS definition --- inc/config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 889ff57..eb4680a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -17,9 +17,6 @@ define('SIDEBAR_CLASSES', 'span4'); define('FULLWIDTH_CLASSES', 'span12'); define('GOOGLE_ANALYTICS_ID', ''); -// Set the post revisions to 5 unless previously set to avoid DB bloat -if (!defined('WP_POST_REVISIONS')) { define('WP_POST_REVISIONS', 5); } - define('WP_BASE', wp_base_dir()); define('THEME_NAME', next(explode('/themes/', get_template_directory()))); define('RELATIVE_PLUGIN_PATH', str_replace(site_url() . '/', '', plugins_url()));