Make WordPress Core

Changeset 29373


Ignore:
Timestamp:
08/04/2014 09:16:37 PM (9 years ago)
Author:
azaozz
Message:

Media modal: use the same classes to hide the "or" that is above the "Select files" button when no drag-drop support. See #28851.

File:
1 edited

Legend:

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

    r29364 r29373  
    179179            <div class="upload-ui">
    180180                <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3>
    181                 <p><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
     181                <p class="upload-instructions drop-instructions"><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
    182182                <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a>
    183183            </div>
Note: See TracChangeset for help on using the changeset viewer.