Schedule trash collection from admin page loads. see #4529

git-svn-id: https://develop.svn.wordpress.org/trunk@12120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-10-27 18:13:42 +00:00
parent a96b4a4e18
commit 2f034b4430
3 changed files with 5 additions and 4 deletions
+4
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');