Is there a way to disable the autosave or delay it? cause I find it annoying when you're mass posting
This works with 2.3, not sure about 2.5 Open /wp-admin/post-new.php (for posts) and /wp-admin/page-new.php (for pages) Comment out the following by adding // before each line. wp_enqueue_script('autosave'); Code (markup): Your result should look like //wp_enqueue_script('autosave'); Code (markup): Also open /wp-admin/post.php and /wp-admin/page.php and do the same thing to wp_enqueue_script('autosave'); Code (markup): Good luck