diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 171f560c2c..b444310f1f 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1048,7 +1048,7 @@ function wp_print_media_templates() { <# } #> - + <# } #> @@ -1131,7 +1131,7 @@ function wp_print_media_templates() { <# } #> - + <# } #> @@ -1164,7 +1164,7 @@ function wp_print_media_templates() { <# } #>
@@ -1196,7 +1196,7 @@ function wp_print_media_templates() { content += track.outerHTML; #>

- +

<# } ); #> <# } else { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 5efa3e13dd..ef63753264 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32971'; +$wp_version = '4.3-alpha-32972'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.