Make WordPress Core

Ticket #21440: add-media-querie-support-1.diff

File add-media-querie-support-1.diff, 1.0 KB (added by philiparthurmoore, 12 years ago)
  • wp-content/themes/twentytwelve/header.php

     
    99 * @since Twenty Twelve 1.0
    1010 */
    1111?><!DOCTYPE html>
     12<!--[if IE 7]>
     13<html id="ie7" <?php language_attributes(); ?>>
     14<![endif]-->
     15<!--[if IE 8]>
     16<html id="ie8" <?php language_attributes(); ?>>
     17<![endif]-->
     18<!--[if !(IE 7) | !(IE 8)  ]><!-->
    1219<html <?php language_attributes(); ?>>
     20<!--<![endif]-->
    1321<head>
    1422<meta charset="<?php bloginfo( 'charset' ); ?>" />
    1523<meta name="viewport" content="width=device-width, initial-scale=1.0" />
     
    1826<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    1927<!--[if lt IE 9]>
    2028<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
     29<script src="<?php echo get_template_directory_uri(); ?>/js/css3-mediaqueries.js" type="text/javascript"></script>
    2130<![endif]-->
    2231<?php wp_head(); ?>
    2332</head>