Make WordPress Core


Ignore:
Timestamp:
03/23/2014 01:41:21 AM (11 years ago)
Author:
azaozz
Message:

Move the styling of drag/drop on the editor uploading to media-views.css, see #27465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r27655 r27656  
    143143    <script type="text/html" id="tmpl-uploader-editor">
    144144        <div class="uploader-editor-content">
    145             <h3><?php _e( 'Drop files to upload' ); ?></h3>
     145            <div class="uploader-editor-title"><?php _e( 'Drop files to upload' ); ?></div>
    146146        </div>
    147147    </script>
Note: See TracChangeset for help on using the changeset viewer.