Ticket #617 (closed defect: duplicate)

Opened 3 months ago

Last modified 3 months ago

AUTOSAVE_INTERVAL not defined.

Reported by: hanifb Assigned to: somebody
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords:
Cc:

Description

I´ve downloaded the latest trunk that the constant AUTOSAVE_INTERVAL is not defined anyware in the trunk.

this causes the autosave javascript when writing and editing post to loop and collaps.

to insert in line 410:

/**
 * It is possible to define this in wp-config.php
 * 
 */
if ( !defined( 'AUTOSAVE_INTERVAL' ) )
	define( 'AUTOSAVE_INTERVAL', 60 );

Change History

05/07/08 13:11:42 changed by hanifb

  • status changed from new to closed.
  • resolution set to duplicate.