Changeset 48455 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 07/13/2020 01:33:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r48446 r48455 274 274 * @since 5.5.0 275 275 * 276 * @param string $package The package file.277 * @param array $new_ plugin_dataThe new theme data.278 * @param string $package_type The package type (plugin or theme).276 * @param string $package The package file. 277 * @param array $new_theme_data The new theme data. 278 * @param string $package_type The package type (plugin or theme). 279 279 */ 280 280 do_action( 'upgrader_overwrote_package', $package, $this->new_theme_data, 'theme' );
Note: See TracChangeset
for help on using the changeset viewer.