Changeset 3931 for trunk/wp-includes/cron.php
- Timestamp:
- 06/27/2006 06:59:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.