On Mon, Mar 3, 2008 at 4:41 PM, Lloyd Budd <[EMAIL PROTECTED]> wrote: > On Mon, Mar 3, 2008 at 4:24 PM, Dave J. (Scoop0901) <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 3, 2008 at 6:58 PM, Michael D Adams <[EMAIL PROTECTED]> wrote: > > > > > > > > http://trac.wordpress.org/ticket/6075 > > > > > > I tried to reproduce this in IE7 but couldn't. If you go to /wp-admin/ > > > options.php is there an entry for "autosave_interval"? It should be > > > "60". > > > > > > > > Mike: > > There's no "autosave_interval" on the page at: > > > http://MY_URL.com/Sandbox/wp-admin/options.php<http://my_url.com/Sandbox/wp-admin/options.php> > > > > I can send you a screenshot, if you'd like, as when you say it should be > > there and isn't, I am either blind or something funky happened. ;) I > know > > I'm not blind. > > If you look at wp-admin/wp-includes/upgrade.php you will see that > before updating the db version to 7098, function upgrade_250() should > have add_option('autosave_interval', 60);
Ha, the issue is now fixed. Previously, the option wasn't being created for a new install. Thanks, Lloyd _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
