Make WordPress Core

Changeset 27751


Ignore:
Timestamp:
03/26/2014 10:11:06 PM (12 years ago)
Author:
wonderboymusic
Message:

Don't display the "Show Artist Name in Tracklist" input in settings for Video Playlists.

See #27535.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r27733 r27751  
    562562                </label>
    563563
     564                <# if ( playlist ) { #>
    564565                <label class="setting">
    565566                        <input type="checkbox" data-setting="artists" <# if ( playlist && emptyModel ) { #>
     
    568569                        <span><?php _e( 'Show Artist Name in Tracklist' ); ?></span>
    569570                </label>
     571                <# } #>
    570572
    571573                <label class="setting">
Note: See TracChangeset for help on using the changeset viewer.