Media: Reduce button size for the link gallery setting. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d16ba6ac18
commit
41c2935278
|
@ -1438,7 +1438,7 @@ function wp_print_media_templates( $attachment ) {
|
||||||
|
|
||||||
<script type="text/html" id="tmpl-gallery-settings">
|
<script type="text/html" id="tmpl-gallery-settings">
|
||||||
<h4><?php _e('Link To'); ?></h4>
|
<h4><?php _e('Link To'); ?></h4>
|
||||||
<div class="link-to button-group button-large" data-setting="link">
|
<div class="link-to button-group" data-setting="link">
|
||||||
<button class="button" value="post">
|
<button class="button" value="post">
|
||||||
<?php esc_attr_e('Attachment Page'); ?>
|
<?php esc_attr_e('Attachment Page'); ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue