Changeset 29373
- Timestamp:
- 08/04/2014 09:16:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29364 r29373 179 179 <div class="upload-ui"> 180 180 <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> 182 182 <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a> 183 183 </div>
Note: See TracChangeset
for help on using the changeset viewer.