Make WordPress Core


Ignore:
Timestamp:
05/26/2012 05:55:40 AM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Fix IE8 drag/drop uploader incompatibility. see #20582, #19910.

Bind drag/drop support checks to individual plupload instances.
Add drag-over classes to wp.Uploader and corresponding styles to customize image controls.

File:
1 edited

Legend:

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

    r20913 r20928  
    390390            <?php _e('Drop a file here or <a href="#" class="upload">select a file</a>.'); ?>
    391391        </div>
    392         <a class="button-secondary upload-fallback"><?php _e('Select File'); ?></a>
     392        <div class="upload-fallback">
     393            <span class="button-secondary"><?php _e('Select File'); ?></span>
     394        </div>
    393395        <?php
    394396    }
Note: See TracChangeset for help on using the changeset viewer.