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:
Scott Taylor 2014-03-26 22:12:16 +00:00
parent b6f768bd30
commit 76ac10ba11
1 changed files with 2 additions and 0 deletions

View File

@ -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 ) { #>