Skip to content
New issue

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

Remove chrome frame call #14

Merged
merged 1 commit into from Feb 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions header.php
Expand Up @@ -3,7 +3,7 @@
<!--[if gt IE 8]><!--><html class="no-js" <?php language_attributes(); ?>><!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title><?php wp_title( '&raquo;', true, 'left' ); ?></title>

Expand Down Expand Up @@ -114,4 +114,4 @@ function wpflex_nav_fallback() {

<article><a href="<?php bloginfo( 'rss2_url' ) ?>">RSS Feed</a></article>

<?php get_search_form(); ?>
<?php get_search_form(); ?>