~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-cron.php

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
if ( isset($keys[0]) && $keys[0] > $local_time )
36
36
        die();
37
37
 
38
 
foreach ($crons as $timestamp  => $cronhooks) {
 
38
foreach ($crons as $timestamp => $cronhooks) {
39
39
        if ( $timestamp > $local_time )
40
40
                break;
41
41