Changeset 3931

Show
Ignore:
Timestamp:
06/27/06 06:59:35 (2 years ago)
Author:
ryan
Message:

Oops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/cron.php

    r3929 r3931  
    6666 
    6767function spawn_cron() { 
    68     $crons = get_option( 'cron' ) 
     68    $crons = get_option( 'cron' ); 
    6969     
    70     if( !is_array($crons) ) 
     70    if ( !is_array($crons) ) 
    7171        return; 
    7272