From 30fe5d58761087933aaa006f78edf18dbff948f5 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 27 Jun 2006 06:59:35 +0000 Subject: [PATCH] Oops git-svn-id: http://svn.automattic.com/wordpress/trunk@3931 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 3a9d31dd8..1f541abbf 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -65,9 +65,9 @@ function wp_next_scheduled( $hook ) { } function spawn_cron() { - $crons = get_option( 'cron' ) + $crons = get_option( 'cron' ); - if( !is_array($crons) ) + if ( !is_array($crons) ) return; $keys = array_keys( $crons );