Changeset 53878 for trunk/src/wp-includes/cron.php
- Timestamp:
- 08/11/2022 02:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r53791 r53878 1206 1206 1207 1207 /** 1208 * Upgrade a Cron info array.1209 * 1210 * This function upgrades the Cron info array to version 2.1208 * Upgrade a cron info array. 1209 * 1210 * This function upgrades the cron info array to version 2. 1211 1211 * 1212 1212 * @since 2.1.0 … … 1214 1214 * 1215 1215 * @param array $cron Cron info array from _get_cron_array(). 1216 * @return array An upgraded Cron info array.1216 * @return array An upgraded cron info array. 1217 1217 */ 1218 1218 function _upgrade_cron_array( $cron ) {
Note: See TracChangeset
for help on using the changeset viewer.