Additionally, the newly released WordPress 2.6 includes a rather baffling new feature called Post Revisions, which implements a history version control system for articles similar to a Wiki. It's really hard to understand what the developers of WordPress were thinking about when they added this for personal blogs. To disable Post Revisions, you can add the following line to the wp-config.php file: `define('WP_POST_REVISIONS', false);`.