Spacing fixes for code introduced in [27239].

See #26631

Built from https://develop.svn.wordpress.org/trunk@27241


git-svn-id: http://core.svn.wordpress.org/trunk@27098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-02-24 19:50:15 +00:00
parent de43247d4c
commit 700ba14371

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>