Changeset 23061 for trunk/wp-includes/media.php
- Timestamp:
- 12/05/2012 03:15:53 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r23038 r23061 1520 1520 */ 1521 1521 function wp_print_media_templates() { 1522 global $is_IE; 1523 $class = 'media-modal wp-core-ui'; 1524 if ( $is_IE && strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7') !== false ) 1525 $class .= ' ie7'; 1522 1526 ?> 1523 1527 <script type="text/html" id="tmpl-media-frame"> … … 1531 1535 1532 1536 <script type="text/html" id="tmpl-media-modal"> 1533 <div class=" media-modal wp-core-ui">1537 <div class="<?php echo $class; ?>"> 1534 1538 <a class="media-modal-close" href="#" title="<?php esc_attr_e('Close'); ?>"><span class="media-modal-icon"></span></a> 1535 1539 <div class="media-modal-content"></div>
Note: See TracChangeset
for help on using the changeset viewer.