Changeset 52580 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 01/15/2022 08:42:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r52351 r52580 93 93 $this->strings['parent_theme_not_found'] = sprintf( __( '<strong>The parent theme could not be found.</strong> You will need to install the parent theme, %s, before you can use this child theme.' ), '<strong>%s</strong>' ); 94 94 /* translators: %s: Theme error. */ 95 $this->strings['current_theme_has_errors'] = __( 'The currenttheme has the following error: "%s".' );95 $this->strings['current_theme_has_errors'] = __( 'The active theme has the following error: "%s".' ); 96 96 97 97 if ( ! empty( $this->skin->overwrite ) ) {
Note: See TracChangeset
for help on using the changeset viewer.