Make WordPress Core


Ignore:
Timestamp:
02/07/2009 01:32:34 PM (16 years ago)
Author:
azaozz
Message:

Cron spawning improvement, see #9005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r10442 r10521  
    177177add_action('wp_footer', 'wp_print_footer_scripts');
    178178if(!defined('DOING_CRON'))
    179     add_action('init', 'wp_cron');
     179    add_action('sanitize_comment_cookies', 'wp_cron');
    180180add_action('do_feed_rdf', 'do_feed_rdf', 10, 1);
    181181add_action('do_feed_rss', 'do_feed_rss', 10, 1);
Note: See TracChangeset for help on using the changeset viewer.