diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-02-21 12:59:22 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-02-21 12:59:22 +0000 |
| commit | 433d32693df5a6957c577fde7383c2d8174fc06e (patch) | |
| tree | 908a0ea48cde229c7aba6d6bb5aee1229c624a04 /wp-inst/wp-settings.php | |
| parent | 0d11319eaf16b05640c9393ef1be7a3d9c1cd4e9 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@532 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-settings.php')
| -rw-r--r-- | wp-inst/wp-settings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-inst/wp-settings.php b/wp-inst/wp-settings.php index 7a08048..c908c4d 100644 --- a/wp-inst/wp-settings.php +++ b/wp-inst/wp-settings.php @@ -375,7 +375,6 @@ if ( file_exists(TEMPLATEPATH . "/functions.php") ) function shutdown_action_hook() { do_action('shutdown'); - wp_cron(); wp_cache_close(); } register_shutdown_function('shutdown_action_hook'); |
