diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index b9164a7e71..90ecbc216e 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -744,14 +744,14 @@ function customize_themes_print_templates() {
<# if ( data.active ) { #> - <# } else if ( 'installed' === data.type ) { #> <# if ( data.actions && data.actions['delete'] ) { #> <# } #> - <# } else { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index d320a48edf..4045797f90 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42710'; +$wp_version = '5.0-alpha-42711'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.