- Timestamp:
- 07/01/2019 12:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r43598 r45583 42 42 43 43 $update_actions = array(); 44 if ( ! empty( $this->upgrader->result['destination_name'] ) && $theme_info = $this->upgrader->theme_info() ) { 44 $theme_info = $this->upgrader->theme_info(); 45 if ( $theme_info ) { 45 46 $name = $theme_info->display( 'Name' ); 46 47 $stylesheet = $this->upgrader->result['destination_name'];
Note: See TracChangeset
for help on using the changeset viewer.