diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php
index bb672fc8c4..bd9125bad1 100644
--- a/src/wp-includes/media-template.php
+++ b/src/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' ),