Changeset 54210 for trunk/src/wp-includes/cron.php
- Timestamp:
- 09/19/2022 07:49:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r54110 r54210 1128 1128 } 1129 1129 1130 $crons = _get_cron_array();1130 $crons = _get_cron_array(); 1131 1131 $gmt_time = microtime( true ); 1132 $results = array();1132 $results = array(); 1133 1133 1134 1134 foreach ( $crons as $timestamp => $cronhooks ) {
Note: See TracChangeset
for help on using the changeset viewer.