mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
"Trash" status for comments updates, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11741 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -394,4 +394,6 @@ function check_server_timer( $local_time ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
?>
|
||||
add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' );
|
||||
if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') )
|
||||
wp_schedule_event(time(), 'daily', 'wp_scheduled_delete');
|
||||
|
||||
Reference in New Issue
Block a user