Make WordPress Core


Ignore:
Timestamp:
03/07/2006 10:34:05 PM (19 years ago)
Author:
ryan
Message:

Cron fixes from masquerade. #2425

File:
1 edited

Legend:

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

    r3577 r3635  
    8787add_action('publish_future_post', 'wp_publish_post', 10, 1);
    8888add_action('wp_head', 'noindex', 1);
    89 add_action('init', 'wp_cron');
     89if(!defined('DOING_CRON'))
     90    add_action('init', 'wp_cron');
    9091?>
Note: See TracChangeset for help on using the changeset viewer.