Make WordPress Core


Ignore:
Timestamp:
07/24/2009 07:23:11 AM (17 years ago)
Author:
azaozz
Message:

"Trash" status for comments updates, props caesarsgrunt, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cron.php

    r10969 r11741  
    395395}
    396396
    397 ?>
     397add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' );
     398if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') )
     399    wp_schedule_event(time(), 'daily', 'wp_scheduled_delete');
Note: See TracChangeset for help on using the changeset viewer.