Make WordPress Core

Changeset 3561 for trunk/wp-settings.php


Ignore:
Timestamp:
02/20/2006 09:07:17 PM (19 years ago)
Author:
ryan
Message:

Move wp_cron from shutdown hook to init. It was acting all funky (in the bad way) in the shutdown hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r3517 r3561  
    218218function shutdown_action_hook() {
    219219    do_action('shutdown');
    220     wp_cron();
    221220    wp_cache_close();
    222221}
Note: See TracChangeset for help on using the changeset viewer.