Don't display the "Show Artist Name in Tracklist" input in settings for Video Playlists.
See #27535. Built from https://develop.svn.wordpress.org/trunk@27751 git-svn-id: http://core.svn.wordpress.org/trunk@27588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b6f768bd30
commit
76ac10ba11
|
@ -561,12 +561,14 @@ function wp_print_media_templates() {
|
|||
<span><?php _e( 'Show Track Numbers' ); ?></span>
|
||||
</label>
|
||||
|
||||
<# if ( playlist ) { #>
|
||||
<label class="setting">
|
||||
<input type="checkbox" data-setting="artists" <# if ( playlist && emptyModel ) { #>
|
||||
checked="checked"
|
||||
<# } #> />
|
||||
<span><?php _e( 'Show Artist Name in Tracklist' ); ?></span>
|
||||
</label>
|
||||
<# } #>
|
||||
|
||||
<label class="setting">
|
||||
<input type="checkbox" data-setting="images" <# if ( emptyModel ) { #>
|
||||
|
|
Loading…
Reference in New Issue