Changeset 3559
- Timestamp:
- 02/20/2006 05:15:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3558 r3559 2365 2365 2366 2366 foreach ($crons as $timestamp => $cronhooks) { 2367 if ($timestamp > time()) break;2367 if ($timestamp > current_time( 'timestamp' )) break; 2368 2368 foreach($cronhooks as $hook => $args) { 2369 2369 do_action($hook, $args['args']);
Note: See TracChangeset
for help on using the changeset viewer.