Changeset 48446 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 07/12/2020 01:17:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r48445 r48446 248 248 wp_clean_plugins_cache( $parsed_args['clear_update_cache'] ); 249 249 250 // Ensure any future auto-update failures trigger a failure email by removing the last251 // failure notification from the list when plugins update successfully.250 // Ensure any future auto-update failures trigger a failure email by removing 251 // the last failure notification from the list when plugins update successfully. 252 252 $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() ); 253 253 … … 380 380 remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_plugin' ) ); 381 381 382 // Ensure any future auto-update failures trigger a failure email by removing the last383 // failure notification from the list when plugins update successfully.382 // Ensure any future auto-update failures trigger a failure email by removing 383 // the last failure notification from the list when plugins update successfully. 384 384 $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() ); 385 385
Note: See TracChangeset
for help on using the changeset viewer.