Ticket #2436: functions.php.diff
| File functions.php.diff, 565 bytes (added by , 20 years ago) |
|---|
-
functions.php
2357 2357 } 2358 2358 2359 2359 function wp_cron() { 2360 if (array_shift(array_keys(get_option('cron'))) > time()) 2360 $crons = get_option('cron'); 2361 if (!is_array($crons) || array_shift(array_keys($crons)) > time()) 2361 2362 return; 2362 2363 2363 $crons = get_option('cron');2364 $newcrons = $crons;2365 2364 foreach ($crons as $timestamp => $cronhooks) { 2366 2365 if ($timestamp > time()) break; 2367 2366 foreach($cronhooks as $hook => $args) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)