updated   : April 22, 2013
we now have 608 snippets

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);