From 8f994d84de28214a40696bd949251ba112184845 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Aug 2021 14:25:58 +0000 Subject: [PATCH] Media: Add `/` character to `` tag in `wp_print_media_templates()`. While this has no effect on void elements in HTML5, it fixes a minor inconsistency with the rest of core. Follow-up to [47493], [48834], [50556], [51473], [51541]. Props shital-patel, akabarikalpesh. Fixes #53870. Built from https://develop.svn.wordpress.org/trunk@51542 git-svn-id: http://core.svn.wordpress.org/trunk@51153 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 1e3f9d614c..46e20f48d7 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1479,7 +1479,7 @@ function wp_print_media_templates() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ca881e5f0..6d7c5a4d03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51541'; +$wp_version = '5.9-alpha-51542'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.