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:
Scott Taylor 2014-03-27 20:27:15 +00:00
parent 502dab46e5
commit 1d6f31dc52
1 changed files with 0 additions and 7 deletions

View File

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