Make WordPress Core

Changeset 43167


Ignore:
Timestamp:
05/04/2018 01:04:59 AM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Props itowhid06.
Merges [43166] to the 4.9 branch.
Fixes #43945.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/customize/class-wp-customize-theme-control.php

    r42006 r43167  
    116116                    <h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name">{{ data.theme.name }}</h3>
    117117                    <div class="theme-actions">
    118                         <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>
     118                        <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>
    119119                    </div>
    120120                </div>
Note: See TracChangeset for help on using the changeset viewer.