mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-07 09:30:26 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@52580 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -92,7 +92,7 @@ class Theme_Upgrader extends WP_Upgrader {
|
||||
/* translators: %s: Theme name. */
|
||||
$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>' );
|
||||
/* translators: %s: Theme error. */
|
||||
$this->strings['current_theme_has_errors'] = __( 'The current theme has the following error: "%s".' );
|
||||
$this->strings['current_theme_has_errors'] = __( 'The active theme has the following error: "%s".' );
|
||||
|
||||
if ( ! empty( $this->skin->overwrite ) ) {
|
||||
if ( 'update-theme' === $this->skin->overwrite ) {
|
||||
|
||||
Reference in New Issue
Block a user