Changeset 45499 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 06/07/2019 08:43:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r45450 r45499 2073 2073 <div id="drag-drop-area"> 2074 2074 <div class="drag-drop-inside"> 2075 <p class="drag-drop-info"><?php _e( 'Drop files here' ); ?></p>2075 <p class="drag-drop-info"><?php _e( 'Drop files to upload' ); ?></p> 2076 2076 <p><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p> 2077 2077 <p class="drag-drop-buttons"><input id="plupload-browse-button" type="button" value="<?php esc_attr_e( 'Select Files' ); ?>" class="button" /></p>
Note: See TracChangeset
for help on using the changeset viewer.