From d9f222f74045f67a3f9a330c8d1ace77456720d8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Feb 2018 22:15:32 +0000 Subject: [PATCH] Customize: Correct closing tags in `customize_themes_print_templates()`. Props johnpgreen, nandorsky. Fixes #43307. Built from https://develop.svn.wordpress.org/trunk@42711 git-svn-id: http://core.svn.wordpress.org/trunk@42539 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.