From 7a365841c8ecb654b48c2b5308175e14d4d395cb Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 27 Jun 2006 06:59:35 +0000 Subject: [PATCH] Oops git-svn-id: https://develop.svn.wordpress.org/trunk@3931 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 3a9d31dd82..1f541abbfc 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 );