[wp-trac] [WordPress Trac] #10754: Unable to switch off post revisions

WordPress Trac wp-trac at lists.automattic.com
Tue Sep 15 08:02:16 UTC 2009


#10754: Unable to switch off post revisions
--------------------------+-------------------------------------------------
 Reporter:  ashfame       |       Owner:  westi            
     Type:  defect (bug)  |      Status:  accepted         
 Priority:  normal        |   Milestone:                   
Component:  Revisions     |     Version:  2.8.4            
 Severity:  normal        |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------

Comment(by dd32):

 > Also as westi and dd32 said, autosaves create a revision each time. To
 disable autosaves, place the following in your wp-config.php file below
 your database details:

 Autosaves != Revisions.

 WP_POST_REVISIONS will NOT disable Autosaves.

 To disable autosaves, I'm not 100% sure how.. but you can try this in your
 wp-config.php file:

 {{{
 define( 'AUTOSAVE_INTERVAL', 99999 ); //Autosave every 999,999 seconds
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10754#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list