Changeset 37550
- Timestamp:
- 05/24/2016 05:51:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r37488 r37550 751 751 * @param WP_Upgrader $this WP_Upgrader instance. In other contexts, $this, might be a 752 752 * Theme_Upgrader, Plugin_Upgrader or Core_Upgrade instance. 753 * @param array $ data {753 * @param array $hook_extra { 754 754 * Array of bulk item update data. 755 755 * 756 * @type string $action Type of action. Default 'update'. 757 * @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. 758 * @type bool $bulk Whether the update process is a bulk update. Default true. 759 * @type array $packages Array of plugin, theme, or core packages to update. 756 * @type string $action Type of action. Default 'update'. 757 * @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. 758 * @type bool $bulk Whether the update process is a bulk update. Default true. 759 * @type string $plugin The base plugin path from the plugins directory. 760 * @type string $theme The stylesheet or template name of the theme. 761 * @type string $language_update_type The language pack update type. Accepts 'plugin', 'theme', 762 * or 'core'. 763 * @type object $language_update The language pack update offer. 760 764 * } 761 765 */ 762 766 do_action( 'upgrader_process_complete', $this, $options['hook_extra'] ); 767 763 768 $this->skin->footer(); 764 769 }
Note: See TracChangeset
for help on using the changeset viewer.