reducing the number of post revisions in WordPress
				> If you want to reduce the number of post revisions kept in WordPress you 
can put this in your wp-config.php
			define('WP_POST_REVISIONS', 3);
			/ Adam