Changeset 1267

Show
Ignore:
Timestamp:
05/07/08 14:32:13 (2 months ago)
Author:
donncha
Message:

AUTOSAVE_INTERVAL, fixes #617 and #610, props hanifb

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1260 r1267  
    408408if ( !defined('COOKIE_DOMAIN') ) 
    409409        define('COOKIE_DOMAIN', '.' . $current_site->domain); 
     410         
     411/** 
     412 * It is possible to define this in wp-config.php 
     413 * @since 2.5.0 
     414 */ 
     415if ( !defined( 'AUTOSAVE_INTERVAL' ) ) 
     416        define( 'AUTOSAVE_INTERVAL', 60 ); 
     417         
    410418 
    411419require (ABSPATH . WPINC . '/vars.php');