Changeset 29303
- Timestamp:
- 07/26/2014 02:36:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29296 r29303 179 179 <div class="upload-ui"> 180 180 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3> 181 <p><?php _e ( 'or' ); ?></p>181 <p><?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.