Make WordPress Core

Changeset 17718


Ignore:
Timestamp:
04/26/2011 06:54:03 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Eleven: add additional conditional IDs for the html element, props iandstewart - see #17198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/header.php

    r17714 r17718  
    55 */
    66?><!DOCTYPE html>
     7<!--[if IE 6]>
     8<html id="ie6" <?php language_attributes(); ?>>
     9<![endif]-->
    710<!--[if IE 7]>
    811<html id="ie7" <?php language_attributes(); ?>>
    912<![endif]-->
    10 <!--[if !IE 7]><!-->
     13<!--[if IE 8]>
     14<html id="ie8" <?php language_attributes(); ?>>
     15<![endif]-->
     16<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    1117<html <?php language_attributes(); ?>>
    1218<!--<![endif]-->
Note: See TracChangeset for help on using the changeset viewer.