﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17654	Disabled post revisions and the default AutoSave Interval - But WP disobeys	t-p		"1. I have added this function to my functions.php (child theme -Twenty Ten)to disble post revisions:
 define('WP_POST_REVISIONS', 'false');
 
2. And I have added this function to change the AutoSave Interval from the default 60 seconds to 9999 seconds:
 define('AUTOSAVE_INTERVAL', 9999 );
 
BUT THE WP DISOBEYS BOTH! That is, I still see autosave at 60 seconds as well as all revions saved in my dasbboard below the post editor.

Even if I deactivate plugins (i have only two plugins), no change in this behavior."	defect (bug)	closed	normal		Revisions	3.1.3	normal	worksforme		
