diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 1fa77282bc..4f2f302e0e 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -75,7 +75,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; '; @@ -120,7 +120,7 @@ function wp_underscore_video_template() { - if ( ! _.isUndefined( data.model. ) && data.model. ) { + if ( ! _.isUndefined( data.model. ) && data.model. ) { #> <# } #> @@ -434,19 +434,19 @@ function wp_print_media_templates() { -