[wp-trac] [WordPress Trac] #17654: Disabled post revisions and the default AutoSave Interval - But WP disobeys
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 2 01:31:42 UTC 2011
#17654: Disabled post revisions and the default AutoSave Interval - But WP disobeys
--------------------------+-----------------------------
Reporter: t-p | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Revisions | Version: 3.1.3
Severity: normal | Keywords:
--------------------------+-----------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17654>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list