Changeset 48446 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 07/12/2020 01:17:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r48445 r48446 353 353 wp_clean_themes_cache( $parsed_args['clear_update_cache'] ); 354 354 355 // Ensure any future auto-update failures trigger a failure email by removing the last356 // failure notification from the list when themes update successfully.355 // Ensure any future auto-update failures trigger a failure email by removing 356 // the last failure notification from the list when themes update successfully. 357 357 $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() ); 358 358 … … 489 489 remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_theme' ) ); 490 490 491 // Ensure any future auto-update failures trigger a failure email by removing the last492 // failure notification from the list when themes update successfully.491 // Ensure any future auto-update failures trigger a failure email by removing 492 // the last failure notification from the list when themes update successfully. 493 493 $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() ); 494 494
Note: See TracChangeset
for help on using the changeset viewer.