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:
parent
de43247d4c
commit
700ba14371
|
@ -412,7 +412,7 @@ function wp_print_media_templates() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/html" id="tmpl-playlist-settings">
|
<script type="text/html" id="tmpl-playlist-settings">
|
||||||
<h3><?php _e('Playlist Settings'); ?></h3>
|
<h3><?php _e( 'Playlist Settings' ); ?></h3>
|
||||||
|
|
||||||
<label class="setting">
|
<label class="setting">
|
||||||
<span><?php _e( 'Random Order' ); ?></span>
|
<span><?php _e( 'Random Order' ); ?></span>
|
||||||
|
@ -420,13 +420,13 @@ function wp_print_media_templates() {
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="setting">
|
<label class="setting">
|
||||||
<span><?php _e('Style'); ?></span>
|
<span><?php _e( 'Style' ); ?></span>
|
||||||
<select class="style" data-setting="style">
|
<select class="style" data-setting="style">
|
||||||
<option value="light">
|
<option value="light">
|
||||||
<?php esc_attr_e('Light'); ?>
|
<?php esc_attr_e( 'Light' ); ?>
|
||||||
</option>
|
</option>
|
||||||
<option value="dark">
|
<option value="dark">
|
||||||
<?php esc_attr_e('Dark'); ?>
|
<?php esc_attr_e( 'Dark' ); ?>
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue