Ticket #24499: twentythirteen-remove-trailing-slashes-and-type-attr.patch
| File twentythirteen-remove-trailing-slashes-and-type-attr.patch, 1005 bytes (added by , 13 years ago) |
|---|
-
header.php
19 19 <html <?php language_attributes(); ?>> 20 20 <!--<![endif]--> 21 21 <head> 22 <meta charset="<?php bloginfo( 'charset' ); ?>" />23 <meta name="viewport" content="width=device-width" />22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 <link rel="profile" href="http://gmpg.org/xfn/11" />26 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />25 <link rel="profile" href="http://gmpg.org/xfn/11"> 26 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 27 27 <!--[if lt IE 9]> 28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> 29 29 <![endif]--> 30 30 <?php wp_head(); ?> 31 31 </head>