Make WordPress Core

Changeset 11826 for trunk/wp-cron.php


Ignore:
Timestamp:
08/16/2009 04:59:38 AM (15 years ago)
Author:
azaozz
Message:

Increase timeout on cron-based requests when checking for upgrades, props dd32, fixes #10349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-cron.php

    r10521 r11826  
    3636    die();
    3737
    38 foreach ($crons as $timestamp  => $cronhooks) {
     38foreach ($crons as $timestamp => $cronhooks) {
    3939    if ( $timestamp > $local_time )
    4040        break;
Note: See TracChangeset for help on using the changeset viewer.