Skip to content

Commit

Permalink
Remove old meta tag for chrome/edge. Fixes #223
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Dec 2, 2016
2 parents 8186aa6 + b2b8b87 commit 4733d1f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php
// @codingStandardsIgnoreStart
global $is_IE;
if ( $is_IE ) :
// @codingStandardsIgnoreEnd ?>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<?php endif; ?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
Expand Down Expand Up @@ -59,6 +52,6 @@
</nav><!-- #site-navigation -->

</div><!-- .wrap -->
</header><!-- #masthead -->
</header><!-- .site-header -->

<div id="content" class="site-content">

0 comments on commit 4733d1f

Please sign in to comment.