From 1a230a752ab9467a10a49bcc5fa89ba52404c04e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Aug 2020 13:13:10 +0000 Subject: [PATCH] Customize: Add `/` character to `` tag in `WP_Customize_Manager` and `WP_Customize_Header_Image_Control` JS templates. While this has no effect on void elements in HTML5, it fixes a minor inconsistency with the rest of core. Props laxman-prajapati. Fixes #51077. Built from https://develop.svn.wordpress.org/trunk@48834 git-svn-id: http://core.svn.wordpress.org/trunk@48596 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- .../customize/class-wp-customize-header-image-control.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 33977544d4..79f2b3eab3 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -4273,7 +4273,7 @@ final class WP_Customize_Manager {