git-svn-id: https://develop.svn.wordpress.org/trunk@3931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-06-27 06:59:35 +00:00
parent 8bd7d3f3ae
commit 7a365841c8
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ function wp_next_scheduled( $hook ) {
}
function spawn_cron() {
$crons = get_option( 'cron' )
$crons = get_option( 'cron' );
if ( !is_array($crons) )
return;