From 5ad89691791a0663c08f067b1c9132eaf6347538 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Aug 2020 13:11:36 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48834 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 2 +- .../customize/class-wp-customize-header-image-control.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 33977544d4..79f2b3eab3 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -4273,7 +4273,7 @@ final class WP_Customize_Manager {