Make WordPress Core


Ignore:
Timestamp:
07/30/2009 01:39:34 PM (15 years ago)
Author:
azaozz
Message:

Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r11702 r11749  
    535535    define( 'AUTOSAVE_INTERVAL', 60 );
    536536
     537/**
     538 * It is possible to define this in wp-config.php
     539 * @since 2.9.0
     540 */
     541if ( !defined( 'EMPTY_TRASH_DAYS' ) )
     542    define( 'EMPTY_TRASH_DAYS', 30 );
    537543
    538544require (ABSPATH . WPINC . '/vars.php');
Note: See TracChangeset for help on using the changeset viewer.