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() { -