Changeset 47771 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 05/06/2020 08:13:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r47202 r47771 153 153 * 154 154 * @since 3.5.0 155 *156 * @global bool $is_IE157 155 */ 158 156 function wp_print_media_templates() { 159 global $is_IE;160 157 $class = 'media-modal wp-core-ui'; 161 if ( $is_IE && strpos( $_SERVER['HTTP_USER_AGENT'], 'MSIE 7' ) !== false ) {162 $class .= ' ie7';163 }164 158 165 159 $alt_text_description = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.