Schedule trash collection from admin page loads. see #4529

git-svn-id: http://svn.automattic.com/wordpress/trunk@12120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-10-27 18:13:42 +00:00
parent 1ada1c60de
commit 31f5798fbb
3 changed files with 5 additions and 4 deletions

View File

@@ -42,6 +42,10 @@ nocache_headers();
update_category_cache();
// Schedule trash collection
if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') )
wp_schedule_event(time(), 'daily', 'wp_scheduled_delete');
set_screen_options();
$posts_per_page = get_option('posts_per_page');