Limit the number of post revisions
wordpress snippet
Adding this PHP code to your wp-config.php will limit the number of post revisions.
snippet : PHPcopy
define('WP_POST_REVISIONS', 5);
wordpress code snippetsAdding this PHP code to your wp-config.php will limit the number of post revisions.
define('WP_POST_REVISIONS', 5);
Pingback: Tweets that mention Wordpress Limit the number of post revisions – wpsnipp.com Wordpress code snippets for your blog -- Topsy.com