Bundled themes: use correct logic in IE conditional comments in header template. Props mikemanger, fixes #28151.

Built from https://develop.svn.wordpress.org/trunk@28341


git-svn-id: http://core.svn.wordpress.org/trunk@28169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-05-07 04:27:15 +00:00
parent 3007112d97
commit e96cf98d30
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>