Changeset 51695
- Timestamp:
- 08/30/2021 03:19:38 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r51619 r51695 1192 1192 */ 1193 1193 function _set_cron_array( $cron, $wp_error = false ) { 1194 if ( ! is_array( $cron ) ) { 1195 $cron = array(); 1196 } 1197 1194 1198 $cron['version'] = 2; 1195 1199 $result = update_option( 'cron', $cron );
Note: See TracChangeset
for help on using the changeset viewer.