diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 86ed602c8e..36786ab2d7 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -44,12 +44,12 @@ $current_stylesheet = $themes[$current_theme]['Stylesheet'];
%s. The template files are located in %s
. The stylesheet files are located in %s
. %s uses templates from %s. Changes made to the templates will affect both themes.'), $current_theme, $current_template_dir, $current_stylesheet_dir, $current_theme, $current_parent_theme); ?>
%1$s. The template files are located in %2$s
. The stylesheet files are located in %3$s
. %4$s uses templates from %5$s. Changes made to the templates will affect both themes.'), $current_theme, $current_template_dir, $current_stylesheet_dir, $current_theme, $current_parent_theme); ?>
%s. The template files are located in %s
. The stylesheet files are located in %s
.'), $current_theme, $current_template_dir, $current_stylesheet_dir); ?>
%1$s. The template files are located in %2$s
. The stylesheet files are located in %3$s
.'), $current_theme, $current_template_dir, $current_stylesheet_dir); ?>