Make WordPress Core


Ignore:
Timestamp:
01/15/2022 08:42:56 AM (3 years ago)
Author:
audrasjb
Message:

Administration: Replace "Current theme" with "Active theme" in user facing strings.

This change replaces "Current theme" with "Active theme" in user-facing strings. It brings better consistency across the Administration.

Props Presskopp, audrasjb, costdev.
Fixes #54770.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-upgrader.php

    r52351 r52580  
    9393        $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>' );
    9494        /* translators: %s: Theme error. */
    95         $this->strings['current_theme_has_errors'] = __( 'The current theme has the following error: "%s".' );
     95        $this->strings['current_theme_has_errors'] = __( 'The active theme has the following error: "%s".' );
    9696
    9797        if ( ! empty( $this->skin->overwrite ) ) {
Note: See TracChangeset for help on using the changeset viewer.