mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Media: Wrap the embed screen's alignment setting in a div instead of a label to avoid default browser selection behavior. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5641f8814
commit
c5dc0117c3
@ -1682,7 +1682,7 @@ function wp_print_media_templates( $attachment ) {
|
||||
<input type="text" data-setting="alt" />
|
||||
</label>
|
||||
|
||||
<label class="setting align">
|
||||
<div class="setting align">
|
||||
<span><?php _e('Align'); ?></span>
|
||||
<div class="button-group button-large" data-setting="align">
|
||||
<button class="button" value="left">
|
||||
@ -1698,7 +1698,7 @@ function wp_print_media_templates( $attachment ) {
|
||||
<?php esc_attr_e('None'); ?>
|
||||
</button>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="setting link-to">
|
||||
<span><?php _e('Link To'); ?></span>
|
||||
|
Loading…
Reference in New Issue
Block a user