Changeset 42677
- Timestamp:
- 02/09/2018 04:21:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php
r42343 r42677 17 17 */ 18 18 class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { 19 public $theme_info = array(); // Theme_Upgrader::bulk () will fill this in.19 public $theme_info = array(); // Theme_Upgrader::bulk_upgrade() will fill this in. 20 20 21 21 public function add_strings() { … … 56 56 * @since 3.0.0 57 57 * 58 * @param array $update_actions Array of theme action links.59 * @param array $theme_info Array of informationfor the last-updated theme.58 * @param array $update_actions Array of theme action links. 59 * @param WP_Theme $theme_info Theme object for the last-updated theme. 60 60 */ 61 61 $update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
Note: See TracChangeset
for help on using the changeset viewer.