I18N: Remove unnecessary HTML from "Previewing:" string in WP_Customize_Theme_Control
.
Props ramiy. Fixes #47271. git-svn-id: https://develop.svn.wordpress.org/trunk@45435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32557983ae
commit
d2a7fa4bff
@ -103,10 +103,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {
|
||||
<# if ( data.theme.active ) { #>
|
||||
<div class="theme-id-container">
|
||||
<h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name">
|
||||
<?php
|
||||
/* translators: %s: theme name */
|
||||
printf( __( '<span>Previewing:</span> %s' ), '{{ data.theme.name }}' );
|
||||
?>
|
||||
<span><?php _e( 'Previewing:' ); ?></span> {{ data.theme.name }}
|
||||
</h3>
|
||||
<div class="theme-actions">
|
||||
<button type="button" class="button button-primary customize-theme" aria-label="<?php echo esc_attr( $customize_label ); ?>"><?php _e( 'Customize' ); ?></button>
|
||||
|
Loading…
Reference in New Issue
Block a user