Make WordPress Core

Ticket #24499: twentythirteen-remove-trailing-slashes-and-type-attr.patch

File twentythirteen-remove-trailing-slashes-and-type-attr.patch, 1005 bytes (added by retlehs, 13 years ago)
  • header.php

     
    1919<html <?php language_attributes(); ?>>
    2020<!--<![endif]-->
    2121<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">
    2424        <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' ); ?>">
    2727        <!--[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>
    2929        <![endif]-->
    3030        <?php wp_head(); ?>
    3131</head>