Make WordPress Core

Ticket #26453: 26453.diff

File 26453.diff, 784 bytes (added by johnbillion, 10 years ago)
  • wp-content/themes/twentyfourteen/header.php

    diff --git wp-content/themes/twentyfourteen/header.php wp-content/themes/twentyfourteen/header.php
    index 6ff4b39..5f45c14 100644
     
    1010 */
    1111?><!DOCTYPE html>
    1212<!--[if IE 7]>
    13 <html class="ie ie7" <?php language_attributes(); ?> class="no-js">
     13<html class="ie ie7" <?php language_attributes(); ?>>
    1414<![endif]-->
    1515<!--[if IE 8]>
    16 <html class="ie ie8" <?php language_attributes(); ?> class="no-js">
     16<html class="ie ie8" <?php language_attributes(); ?>>
    1717<![endif]-->
    1818<!--[if !(IE 7) | !(IE 8)  ]><!-->
    19 <html <?php language_attributes(); ?> class="no-js">
     19<html <?php language_attributes(); ?>>
    2020<!--<![endif]-->
    2121<head>
    2222        <meta charset="<?php bloginfo( 'charset' ); ?>">