Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:36:11 PM (5 years ago)
Author:
johnbillion
Message:

Upgrade/Install: Remove a duplicate description for the upgrader_overwrote_package action.

See #51800, #9757

File:
1 edited

Legend:

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

    r49091 r49788  
    163163             * @since 5.5.0
    164164             *
    165              * @param string  $package          The package file.
    166              * @param array   $new_plugin_data  The new plugin data.
    167              * @param string  $package_type     The package type (plugin or theme).
     165             * @param string  $package      The package file.
     166             * @param array   $data         The new plugin or theme data.
     167             * @param string  $package_type The package type ('plugin' or 'theme').
    168168             */
    169169            do_action( 'upgrader_overwrote_package', $package, $this->new_plugin_data, 'plugin' );
Note: See TracChangeset for help on using the changeset viewer.