Make WordPress Core


Ignore:
Timestamp:
06/27/2006 06:59:35 AM (18 years ago)
Author:
ryan
Message:

Oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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   
Note: See TracChangeset for help on using the changeset viewer.