- Timestamp:
- 01/20/2022 11:51:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r52580 r52610 224 224 echo '<h2 class="update-from-upload-heading">' . esc_html__( 'This theme is already installed.' ) . '</h2>'; 225 225 226 // Check errors for currenttheme.226 // Check errors for active theme. 227 227 if ( is_wp_error( $current_theme_data->errors() ) ) { 228 228 $this->feedback( 'current_theme_has_errors', $current_theme_data->errors()->get_error_message() ); … … 284 284 * 285 285 * @param string $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info. 286 * @param WP_Theme $current_theme_data Currenttheme data.286 * @param WP_Theme $current_theme_data Active theme data. 287 287 * @param array $new_theme_data Array with uploaded theme data. 288 288 */
Note: See TracChangeset
for help on using the changeset viewer.