diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php
index bb672fc8c4..bd9125bad1 100644
--- a/wp-includes/media-template.php
+++ b/wp-includes/media-template.php
@@ -378,10 +378,12 @@ function wp_print_media_templates() {
<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
+
+
<# if ( 'audio' === data.type ) { #>
__( 'Artist' ),
@@ -557,10 +559,12 @@ function wp_print_media_templates() {
<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
+
+
<# if ( 'audio' === data.type ) { #>
__( 'Artist' ),
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2eb57f2666..43718dbc74 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.3-alpha-32772';
+$wp_version = '4.3-alpha-32773';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.