Spacing fixes for code introduced in [27239].

See #26631


git-svn-id: https://develop.svn.wordpress.org/trunk@27241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2014-02-24 19:49:12 +00:00
parent 268b688247
commit 2a900a80a1

View File

@ -412,7 +412,7 @@ function wp_print_media_templates() {
</script>
<script type="text/html" id="tmpl-playlist-settings">
<h3><?php _e('Playlist Settings'); ?></h3>
<h3><?php _e( 'Playlist Settings' ); ?></h3>
<label class="setting">
<span><?php _e( 'Random Order' ); ?></span>
@ -420,13 +420,13 @@ function wp_print_media_templates() {
</label>
<label class="setting">
<span><?php _e('Style'); ?></span>
<span><?php _e( 'Style' ); ?></span>
<select class="style" data-setting="style">
<option value="light">
<?php esc_attr_e('Light'); ?>
<?php esc_attr_e( 'Light' ); ?>
</option>
<option value="dark">
<?php esc_attr_e('Dark'); ?>
<?php esc_attr_e( 'Dark' ); ?>
</option>
</select>
</label>