[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:33:43 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 | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dd32):
> define('WP_POST_REVISIONS', 'false');
For a start, That's wrong. It should be:
`define('WP_POST_REVISIONS', false);` (no quotes around the boolean value,
It's currently treating that as a true value.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17654#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list