Changeset 10519 for trunk/wp-cron.php
- Timestamp:
- 02/06/2009 10:25:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-cron.php
r10472 r10519 27 27 28 28 if (!is_array($crons) || $keys[0] > $local_time) { 29 update_option('doing_cron', 0);29 set_transient('doing_cron', 0); 30 30 return; 31 31 } … … 54 54 } 55 55 56 update_option('doing_cron', 0);56 set_transient('doing_cron', 0); 57 57 58 58 die();
Note: See TracChangeset
for help on using the changeset viewer.