Changeset 49108 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r48689 r49108 1060 1060 $message = __( 'Automatic update not scheduled. There may be a problem with WP-Cron.' ); 1061 1061 } else { 1062 $time_to_next_update = human_time_diff( intval( $next_update_time ));1062 $time_to_next_update = human_time_diff( (int) $next_update_time ); 1063 1063 1064 1064 // See if cron is overdue.
Note: See TracChangeset
for help on using the changeset viewer.