Changeset 29296 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 07/25/2014 12:30:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29295 r29296 178 178 <?php else : ?> 179 179 <div class="upload-ui"> 180 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files anywhere to upload' ); ?></h3> 181 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a> 180 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3> 181 <p><?php _e( 'or' ); ?></p> 182 <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a> 182 183 </div> 183 184
Note: See TracChangeset
for help on using the changeset viewer.