Media modal: use the same classes to hide the "or" that is above the "Select files" button when no drag-drop support. See #28851.
git-svn-id: https://develop.svn.wordpress.org/trunk@29373 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
42f2f27267
commit
98c3058d32
@ -178,7 +178,7 @@ function wp_print_media_templates() {
|
||||
<?php else : ?>
|
||||
<div class="upload-ui">
|
||||
<h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3>
|
||||
<p><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
|
||||
<p class="upload-instructions drop-instructions"><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
|
||||
<a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user