Make WordPress Core

Ticket #47271: 47271.patch

File 47271.patch, 902 bytes (added by ramiy, 6 years ago)
  • wp-includes/customize/class-wp-customize-theme-control.php

     
    103103                        <# if ( data.theme.active ) { #>
    104104                                <div class="theme-id-container">
    105105                                        <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 }}
    110107                                        </h3>
    111108                                        <div class="theme-actions">
    112109                                                <button type="button" class="button button-primary customize-theme" aria-label="<?php echo esc_attr( $customize_label ); ?>"><?php _e( 'Customize' ); ?></button>