Changeset 3931
- Timestamp:
- 06/27/06 06:59:35 (2 years ago)
- Files:
-
- trunk/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/cron.php
r3929 r3931 66 66 67 67 function spawn_cron() { 68 $crons = get_option( 'cron' ) 68 $crons = get_option( 'cron' ); 69 69 70 if ( !is_array($crons) )70 if ( !is_array($crons) ) 71 71 return; 72 72
