Changeset 3561
- Timestamp:
- 02/20/06 21:07:17 (3 years ago)
- Files:
-
- trunk/wp-includes/default-filters.php (modified) (1 diff)
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/default-filters.php
r3548 r3561 89 89 add_action('publish_future_post', 'wp_publish_post', 10, 1); 90 90 add_action('wp_head', 'noindex', 1); 91 add_action('init', 'wp_cron'); 91 92 ?> trunk/wp-settings.php
r3517 r3561 218 218 function shutdown_action_hook() { 219 219 do_action('shutdown'); 220 wp_cron();221 220 wp_cache_close(); 222 221 }
