diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 3ab1732ca2..2427bb400d 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -532,7 +532,7 @@ function customize_themes_print_templates() {
<# if ( ! data.active ) { #>
- +
<# } #>
diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 5f8b1c3f61..46ce984586 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -1225,7 +1225,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { <# if ( ! data.theme.active ) { #>
- +
<# } #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a7d14e2d5..3ddcf70855 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31932'; +$wp_version = '4.2-beta3-31933'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.