From 45cee39420a275eacb2b3241ada483f29be1b32b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 4 May 2018 01:05:26 +0000 Subject: [PATCH] Customize: Correct closing tag in `WP_Customize_Theme_Control::content_template()`. Props itowhid06. Merges [43166] to the 4.9 branch. Fixes #43945. Built from https://develop.svn.wordpress.org/branches/4.9@43167 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42996 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-theme-control.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php index b80e93d194..daec9b72e6 100644 --- a/wp-includes/customize/class-wp-customize-theme-control.php +++ b/wp-includes/customize/class-wp-customize-theme-control.php @@ -115,7 +115,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {

{{ data.theme.name }}

-

diff --git a/wp-includes/version.php b/wp-includes/version.php index 0185664661..2f8d6131b2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.6-beta1-43165'; +$wp_version = '4.9.6-beta1-43167'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.