Make WordPress Core


Ignore:
Timestamp:
05/04/2018 01:02:06 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Customize: Correct closing tag in WP_Customize_Theme_Control::content_template().

Props itowhid06.
Fixes #43945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-theme-control.php

    r42343 r43166  
    118118                    <h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name">{{ data.theme.name }}</h3>
    119119                    <div class="theme-actions">
    120                         <button type="button" class="button button-primary preview-theme" aria-label="<?php echo esc_attr( $preview_label ); ?>" data-slug="{{ data.theme.id }}"><?php _e( 'Live Preview' ); ?></span>
     120                        <button type="button" class="button button-primary preview-theme" aria-label="<?php echo esc_attr( $preview_label ); ?>" data-slug="{{ data.theme.id }}"><?php _e( 'Live Preview' ); ?></button>
    121121                    </div>
    122122                </div>
Note: See TracChangeset for help on using the changeset viewer.