We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current version adds the class "ie6" to the body to all browsers that aren't internet explorer. The body element should look like this instead.
The text was updated successfully, but these errors were encountered:
I think this was meant to change line 58 of header.php to:
<!--[if (gt IE 9)|!(IE)]><!--> <body <?php body_class(); ?>> <!--<![endif]-->
Sorry, something went wrong.
yes, that is an issue which should be resolved and yes that is most likely what frederfred meant.
No branches or pull requests
The current version adds the class "ie6" to the body to all browsers that aren't internet explorer. The body element should look like this instead.
>The text was updated successfully, but these errors were encountered: