atma on 05/05/09
Last Edited at 05/05/09 09:46pm
// wp-config.php// Turn off revisions and set autosave intervaldefine( 'AUTOSAVE_INTERVAL', 600 ); // 60= 1 HOUR.define ('WP_POST_REVISIONS', 0); // TURN OFF POST REVISIONS.
Report this snippet Tweet
Comment:
You need to login to post a comment.