Changeset 22320 for trunk/wp-includes/media.php
- Timestamp:
- 10/28/2012 11:29:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22247 r22320 1300 1300 <h3 class="media-modal-title"><%- title %></h3> 1301 1301 <a class="media-modal-close" href="" title="<?php esc_attr_e('Close'); ?>">×</a> 1302 <div class="media-modal-content"></div>1303 1302 </div> 1304 1303 <div class="media-modal-backdrop"></div> 1305 1304 </script> 1306 1305 1307 <script type="text/html" id="tmpl-media-workspace"> 1308 <div class="upload-attachments"> 1309 <% if ( selectOne ) { %> 1310 <h3><?php _e( 'Drop a file here' ); ?></h3> 1311 <span><?php _ex( 'or', 'Uploader: Drop a file here - or - Select a File' ); ?></span> 1312 <a href="#" class="button-secondary"><?php _e( 'Select a File' ); ?></a> 1313 <% } else { %> 1314 <h3><?php _e( 'Drop files here' ); ?></h3> 1315 <span><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></span> 1316 <a href="#" class="button-secondary"><?php _e( 'Select Files' ); ?></a> 1317 <% } %> 1318 1319 <div class="media-progress-bar"><div></div></div> 1306 <script type="text/html" id="tmpl-uploader-window"> 1307 <div class="uploader-window-content"> 1308 <h3><?php _e( 'Drop files here to upload' ); ?></h3> 1320 1309 </div> 1321 1310 </script>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)