Make WordPress Core


Ignore:
Timestamp:
05/15/2017 06:50:50 PM (9 years ago)
Author:
westonruter
Message:

Customize: Fix alignment of natural-width media buttons in site icon control.

Amends [40653].
Props afercia.
Fixes #40220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php

    r39145 r40671  
    205205                <?php if ( current_user_can( 'upload_files' ) ): ?>
    206206                <button type="button"<?php echo $visibility; ?> class="button remove" aria-label="<?php esc_attr_e( 'Hide header image' ); ?>"><?php _e( 'Hide image' ); ?></button>
    207                 <button type="button" class="button new" id="header_image-button"  aria-label="<?php esc_attr_e( 'Add new header image' ); ?>"><?php _e( 'Add new image' ); ?></button>
    208                 <div style="clear:both"></div>
     207                <button type="button" class="button new" id="header_image-button" aria-label="<?php esc_attr_e( 'Add new header image' ); ?>"><?php _e( 'Add new image' ); ?></button>
    209208                <?php endif; ?>
    210209            </div>
Note: See TracChangeset for help on using the changeset viewer.