From b29ef22665a7b8c88b64d5fb36c838cd36c4bb88 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 May 2019 00:49:53 +0000 Subject: [PATCH] Media: Correct closing `` tags in `#tmpl-audio-details` and `#tmpl-video-details` after [42444]. Props TravisSeitler. Fixes #47355. Built from https://develop.svn.wordpress.org/trunk@45381 git-svn-id: http://core.svn.wordpress.org/trunk@45192 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index d730cac7d7..dee40d55c4 100644 --- a/wp-includes/media-template.php +++ b/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; #> -