Ticket #47271: 47271.patch
File 47271.patch, 902 bytes (added by , 6 years ago) |
---|
-
wp-includes/customize/class-wp-customize-theme-control.php
103 103 <# if ( data.theme.active ) { #> 104 104 <div class="theme-id-container"> 105 105 <h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name"> 106 <?php 107 /* translators: %s: theme name */ 108 printf( __( '<span>Previewing:</span> %s' ), '{{ data.theme.name }}' ); 109 ?> 106 <span><?php _e( 'Previewing:' ); ?></span> {{ data.theme.name }} 110 107 </h3> 111 108 <div class="theme-actions"> 112 109 <button type="button" class="button button-primary customize-theme" aria-label="<?php echo esc_attr( $customize_label ); ?>"><?php _e( 'Customize' ); ?></button>