Bundled themes: use correct logic in IE conditional comments in header template. Props mikemanger, fixes #28151.
git-svn-id: https://develop.svn.wordpress.org/trunk@28341 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
451319728b
commit
28d6842538
@ -18,7 +18,7 @@
|
|||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<html id="ie8" <?php language_attributes(); ?>>
|
<html id="ie8" <?php language_attributes(); ?>>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
|
<!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!-->
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<html class="ie ie8" <?php language_attributes(); ?>>
|
<html class="ie ie8" <?php language_attributes(); ?>>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !(IE 7) | !(IE 8) ]><!-->
|
<!--[if !(IE 7) & !(IE 8)]><!-->
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<html class="ie ie8" <?php language_attributes(); ?>>
|
<html class="ie ie8" <?php language_attributes(); ?>>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !(IE 7) | !(IE 8) ]><!-->
|
<!--[if !(IE 7) & !(IE 8)]><!-->
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<html class="ie ie8" <?php language_attributes(); ?>>
|
<html class="ie ie8" <?php language_attributes(); ?>>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !(IE 7) | !(IE 8) ]><!-->
|
<!--[if !(IE 7) & !(IE 8)]><!-->
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user