diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index bf4b966a79..1e3f9d614c 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -28,7 +28,7 @@ function wp_underscore_audio_template() { if ( ! _.isUndefined( data.model. ) && data.model. ) { #> <# } - #> + #> > <# if ( ! _.isEmpty( data.model.src ) ) { #> @@ -123,7 +123,7 @@ function wp_underscore_video_template() { if ( ! _.isUndefined( data.model. ) && data.model. ) { #> <# } - #> + #> > <# if ( ! _.isEmpty( data.model.src ) ) { if ( isYouTube ) { #> @@ -1277,7 +1277,7 @@ function wp_print_media_templates() { <# } #> - + <# if ( ! _.isEmpty( html5types ) ) { #>
@@ -1367,7 +1367,7 @@ function wp_print_media_templates() { <# } #> - + <# if ( ! _.isEmpty( html5types ) ) { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 46a53c889d..1c127f70fb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51391'; +$wp_version = '5.9-alpha-51395'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.