Media modal: use the same classes to hide the "or" that is above the "Select files" button when no drag-drop support. See #28851.
Built from https://develop.svn.wordpress.org/trunk@29373 git-svn-id: http://core.svn.wordpress.org/trunk@29151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40258a41b8
commit
a8fd1330ae
|
@ -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