From 16f60dfc739c2317a94cd27d718bf99c4e082434 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 May 2019 00:48:14 +0000 Subject: [PATCH] Media: Correct closing `` tags in `#tmpl-audio-details` and `#tmpl-video-details` after [42444]. Props TravisSeitler. Fixes #47355. git-svn-id: https://develop.svn.wordpress.org/trunk@45381 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/media-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index d730cac7d7..dee40d55c4 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -1135,7 +1135,7 @@ function wp_print_media_templates() { } #>
-
@@ -1270,7 +1270,7 @@ function wp_print_media_templates() { var tracks = jQuery( data.model.content ).filter( 'track' ); _.each( tracks.toArray(), function (track) { content += track.outerHTML; #> -