Changeset 7664
- Timestamp:
- 04/14/2008 05:07:34 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/admin.php
r7165 r7664 1 1 <?php 2 3 if ( !defined( 'AUTOSAVE_INTERVAL' ) )4 define( 'AUTOSAVE_INTERVAL', 60 );5 2 6 3 require_once(ABSPATH . 'wp-admin/includes/bookmark.php'); -
trunk/wp-settings.php
r7234 r7664 331 331 if ( !defined('COOKIE_DOMAIN') ) 332 332 define('COOKIE_DOMAIN', false); 333 334 /** 335 * It is possible to define this in wp-config.php 336 * @since 2.5.0 337 */ 338 if ( !defined( 'AUTOSAVE_INTERVAL' ) ) 339 define( 'AUTOSAVE_INTERVAL', 60 ); 340 333 341 334 342 require (ABSPATH . WPINC . '/vars.php');
Note: See TracChangeset
for help on using the changeset viewer.