Changeset 22557 for trunk/wp-includes/media.php
- Timestamp:
- 11/13/2012 01:50:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22556 r22557 1399 1399 <script type="text/html" id="tmpl-uploader-inline"> 1400 1400 <div class="uploader-inline-content"> 1401 <h3><?php _e( 'Drop files anywhere to upload' ); ?></h3> 1402 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a> 1403 <div class="media-progress-bar"><div></div></div> 1401 <div class="pre-upload-ui"> 1402 <?php do_action( 'pre-upload-ui' ); ?> 1403 <?php do_action( 'pre-plupload-upload-ui' ); ?> 1404 </div> 1405 1406 <div class="upload-ui"> 1407 <h3><?php _e( 'Drop files anywhere to upload' ); ?></h3> 1408 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a> 1409 </div> 1410 1411 <div class="post-upload-ui"> 1412 <?php do_action( 'post-plupload-upload-ui' ); ?> 1413 <?php do_action( 'post-upload-ui' ); ?> 1414 </div> 1404 1415 </div> 1405 1416 </script>
Note: See TracChangeset
for help on using the changeset viewer.