Changeset 3561
- Timestamp:
- 02/20/2006 09:07:17 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-includes/default-filters.php (modified) (1 diff)
-
wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.