mirror of
git://develop.git.wordpress.org/
synced 2025-02-12 02:44:22 +01:00
I18N: Remove <strong>
tag from a translatable string in Theme_Upgrader::install_strings()
.
Props ramiy. Fixes #41695. git-svn-id: https://develop.svn.wordpress.org/trunk@41909 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8aaf0aa4bc
commit
c7e02480bb
@ -77,7 +77,8 @@ class Theme_Upgrader extends WP_Upgrader {
|
||||
$this->strings['parent_theme_currently_installed'] = __('The parent theme, <strong>%1$s %2$s</strong>, is currently installed.');
|
||||
/* translators: 1: theme name, 2: version */
|
||||
$this->strings['parent_theme_install_success'] = __('Successfully installed the parent theme, <strong>%1$s %2$s</strong>.');
|
||||
$this->strings['parent_theme_not_found'] = __('<strong>The parent theme could not be found.</strong> You will need to install the parent theme, <strong>%s</strong>, before you can use this child theme.');
|
||||
/* 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>' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user