- Timestamp:
- 07/28/2020 04:05:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r48661 r48666 222 222 echo '<h2 class="update-from-upload-heading">' . esc_html( __( 'This theme is already installed.' ) ) . '</h2>'; 223 223 224 // Check errors for current theme 224 // Check errors for current theme. 225 225 if ( is_wp_error( $current_theme_data->errors() ) ) { 226 226 $this->feedback( 'current_theme_has_errors', $current_theme_data->errors()->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.