Remove `tracknumbers` from the UI, can still be overridden as a playlist shortcode attribute.
See #27535. Built from https://develop.svn.wordpress.org/trunk@27793 git-svn-id: http://core.svn.wordpress.org/trunk@27629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
502dab46e5
commit
1d6f31dc52
|
@ -526,13 +526,6 @@ function wp_print_media_templates() {
|
|||
<span><?php _e( 'Show Tracklist' ); ?></span>
|
||||
</label>
|
||||
|
||||
<label class="setting">
|
||||
<input type="checkbox" data-setting="tracknumbers" <# if ( emptyModel ) { #>
|
||||
checked="checked"
|
||||
<# } #> />
|
||||
<span><?php _e( 'Show Track Numbers' ); ?></span>
|
||||
</label>
|
||||
|
||||
<# if ( 'audio' === data.model.type ) { #>
|
||||
<label class="setting">
|
||||
<input type="checkbox" data-setting="artists" <# if ( emptyModel ) { #>
|
||||
|
|
Loading…
Reference in New Issue