Twenty Eleven: add additional conditional IDs for the html element, props iandstewart - see #17198
git-svn-id: https://develop.svn.wordpress.org/trunk@17718 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f63ee143f3
commit
30fac1abcb
@ -4,10 +4,16 @@
|
||||
* @subpackage Twenty Eleven
|
||||
*/
|
||||
?><!DOCTYPE html>
|
||||
<!--[if IE 6]>
|
||||
<html id="ie6" <?php language_attributes(); ?>>
|
||||
<![endif]-->
|
||||
<!--[if IE 7]>
|
||||
<html id="ie7" <?php language_attributes(); ?>>
|
||||
<![endif]-->
|
||||
<!--[if !IE 7]><!-->
|
||||
<!--[if IE 8]>
|
||||
<html id="ie8" <?php language_attributes(); ?>>
|
||||
<![endif]-->
|
||||
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
|
||||
<html <?php language_attributes(); ?>>
|
||||
<!--<![endif]-->
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user