Ticket #21440: add-media-querie-support-1.diff
File add-media-querie-support-1.diff, 1.0 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/header.php
9 9 * @since Twenty Twelve 1.0 10 10 */ 11 11 ?><!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) ]><!--> 12 19 <html <?php language_attributes(); ?>> 20 <!--<![endif]--> 13 21 <head> 14 22 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 15 23 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> … … 18 26 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 19 27 <!--[if lt IE 9]> 20 28 <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> 21 30 <![endif]--> 22 31 <?php wp_head(); ?> 23 32 </head>