diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index c45f3f00a7..190f9044d3 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -69,7 +69,7 @@ function wp_underscore_video_template() { h = Math.ceil( ( data.model.height * w ) / data.model.width ); } else { h = data.model.height; - } + } if ( w ) { w_rule = 'width: ' + w + 'px; '; @@ -103,8 +103,8 @@ function wp_underscore_video_template() { endforeach; ?><# if ( ! _.isUndefined( data.model. ) && data.model. ) { - #> <# + ?> if ( ! _.isUndefined( data.model. ) && data.model. ) { + #> <# } #> > @@ -408,19 +408,19 @@ function wp_print_media_templates() { {{ data.description }} - + {{ data.authorName }} - + <# if ( data.uploadedToTitle ) { #> - + <# if ( data.uploadedToLink ) { #> {{ data.uploadedToTitle }} <# } else { #> {{ data.uploadedToTitle }} <# } #> - + <# } #> @@ -1045,11 +1045,11 @@ function wp_print_media_templates() { delete html5types[ ext ]; } #> - - SRC - + + + - + <# } #> ; } #> - - - + + + - + <# } #> @@ -1128,11 +1128,11 @@ function wp_print_media_templates() { delete html5types[ ext ]; } #> - - SRC - + + + - + <# } #> <# if ( ! _.isEmpty( data.model. ) ) { @@ -1140,11 +1140,11 @@ function wp_print_media_templates() { delete html5types.; } #> - - - + + + - + <# } #> @@ -1161,11 +1161,11 @@ function wp_print_media_templates() { <# } #> <# if ( ! _.isEmpty( data.model.poster ) ) { #> - - - + + + - + <# } #> @@ -1186,24 +1186,23 @@ function wp_print_media_templates() { - - + <# var content = ''; if ( ! _.isEmpty( data.model.content ) ) { var tracks = jQuery( data.model.content ).filter( 'track' ); _.each( tracks.toArray(), function (track) { content += track.outerHTML; #> - - - - + + + <# } ); #> <# } else { #> + <# } #> {{ content }} - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 5bc46f0c86..1f0f8804b2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta1-43828'; +$wp_version = '5.0-beta1-43829'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
- - -