40 |
40 |
41 nocache_headers(); |
41 nocache_headers(); |
42 |
42 |
43 update_category_cache(); |
43 update_category_cache(); |
44 |
44 |
|
45 // Schedule trash collection |
|
46 if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') ) |
|
47 wp_schedule_event(time(), 'daily', 'wp_scheduled_delete'); |
|
48 |
45 set_screen_options(); |
49 set_screen_options(); |
46 |
50 |
47 $posts_per_page = get_option('posts_per_page'); |
51 $posts_per_page = get_option('posts_per_page'); |
48 $date_format = get_option('date_format'); |
52 $date_format = get_option('date_format'); |
49 $time_format = get_option('time_format'); |
53 $time_format = get_option('time_format'); |
50 |
54 |
51 wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback')); |
55 wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'text', 'trackback', 'pingback')); |
52 |
56 |
53 wp_admin_css_color('classic', __('Blue'), admin_url("css/colors-classic.css"), array('#073447', '#21759B', '#EAF3FA', '#BBD8E7')); |
57 wp_admin_css_color('classic', __('Blue'), admin_url("css/colors-classic.css"), array('#073447', '#21759B', '#EAF3FA', '#BBD8E7')); |
54 wp_admin_css_color('fresh', __('Gray'), admin_url("css/colors-fresh.css"), array('#464646', '#6D6D6D', '#F1F1F1', '#DFDFDF')); |
58 wp_admin_css_color('fresh', __('Gray'), admin_url("css/colors-fresh.css"), array('#464646', '#6D6D6D', '#F1F1F1', '#DFDFDF')); |
55 |
59 |
56 wp_enqueue_script( 'common' ); |
60 wp_enqueue_script( 'common' ); |