When labeling `Show Tracklist` for playlist settings, use `Show Video List` when the playlist is video.
Fixes #27535. Built from https://develop.svn.wordpress.org/trunk@27796 git-svn-id: http://core.svn.wordpress.org/trunk@27631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
85731fc99b
commit
703f6fcc49
|
@ -523,7 +523,11 @@ function wp_print_media_templates() {
|
|||
<input type="checkbox" data-setting="tracklist" <# if ( emptyModel ) { #>
|
||||
checked="checked"
|
||||
<# } #> />
|
||||
<# if ( 'audio' === data.model.type ) { #>
|
||||
<span><?php _e( 'Show Tracklist' ); ?></span>
|
||||
<# } else { #>
|
||||
<span><?php _e( 'Show Video List' ); ?></span>
|
||||
<# } #>
|
||||
</label>
|
||||
|
||||
<# if ( 'audio' === data.model.type ) { #>
|
||||
|
|
Loading…
Reference in New Issue