Make WordPress Core


Ignore:
Timestamp:
07/12/2020 01:17:51 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme updates.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-upgrader.php

    r48445 r48446  
    353353                wp_clean_themes_cache( $parsed_args['clear_update_cache'] );
    354354
    355                 // Ensure any future auto-update failures trigger a failure email by removing the last
    356                 // 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.
    357357                $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() );
    358358
     
    489489                remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_theme' ) );
    490490
    491                 // Ensure any future auto-update failures trigger a failure email by removing the last
    492                 // 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.
    493493                $past_failure_emails = get_option( 'auto_plugin_theme_update_emails', array() );
    494494
Note: See TracChangeset for help on using the changeset viewer.